/
sdds
/
plasma
Обзор
Документация
Войти
/
sdds
/
plasma
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
dev
packages/sdds-serv/src/components/Card/Card.ts
19 строк
408 B
Vadim Kudriavtsev
feat(*): Card component
19 мар 2025, 18:08
19 мар 2025, 18:08
8242058
Код
Авторство
О чём код?
import { cardConfig, CardContent, CardInnerContent, component, mergeConfig, } from '@salutejs/plasma-new-hope/styled-components'; import { config } from './Card.config'; const mergedConfig = mergeConfig(cardConfig, config); const CardComponent = component(mergedConfig); /** * Компонент Card. */ export const Card = CardComponent; export { CardContent, CardInnerContent };