Documentation
Components
Card

Card

type CardProps = ComponentProps<typeof Card>;
type CardHeaderProps = ComponentProps<typeof CardHeader>;
type CardTitleProps = ComponentProps<typeof CardTitle>;
type CardDescriptionProps = ComponentProps<typeof CardDescription>;
type CardContentProps = ComponentProps<typeof CardContent>;
type CardFooterProps = ComponentProps<typeof CardFooter>;

Caching Tasks

Card Description

Card Content

Running Tasks

Card Description

Card Content

Configuration Options

Card Description

Card Content

A list of the props available
PropTypeDefault ValueDescription
prop1stringdefault1This is the first property.
prop2number0This is the second property.
prop3booleanfalseThis is the third property.