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>;
Prop | Type | Default Value | Description |
---|---|---|---|
prop1 | string | default1 | This is the first property. |
prop2 | number | 0 | This is the second property. |
prop3 | boolean | false | This is the third property. |