UNPKG

@fidely-ui/react

Version:

Fidely UI is a modern, beautifully crafted React design system powered by Ark UI and Panda CSS, delivering accessible and themeable components for building exceptional web apps

3 lines (2 loc) 381 B
export { CardRoot as Root, CardBody as Body, CardHeader as Header, CardTitle as Title, CardDescription as Description, CardFooter as Footer, } from './card'; export type { CardRootProps as RootProps, CardBodyProps as BodyProps, CardHeaderProps as HeaderProps, CardTitleProps as TitleProps, CardDescriptionProps as DescriptionProps, CardFooterProps as FooterProps, } from './card';