Card
Content container with header, body, and footer.
Generated from the package's public source.
API
CardContentPropsinterface
Props
class?stringstyle?string | CSSProperties
children: Element
CardDescriptionPropsinterface
Props
class?string
children: Element
CardFooterPropsinterface
Props
class?stringstyle?string | CSSProperties
children: Element
CardHeaderPropsinterface
Props
class?stringstyle?string | CSSProperties
children: Element
CardRootPropsinterface
Props
class?stringstyle?string | CSSProperties
children: Element
CardTitlePropsinterface
Props
class?string
children: Element
Contentcomponent
Content(props: CardContentProps): Element
Props
class?stringstyle?string | CSSProperties
children: Element
Descriptioncomponent
Description(props: CardDescriptionProps): Element
Props
class?string
children: Element
Footercomponent
Footer(props: CardFooterProps): Element
Props
class?stringstyle?string | CSSProperties
children: Element
Headercomponent
Header(props: CardHeaderProps): Element
Props
class?stringstyle?string | CSSProperties
children: Element
Rootcomponent
Root(props: CardRootProps): Element
Props
class?stringstyle?string | CSSProperties
children: Element
Titlecomponent
Title(props: CardTitleProps): Element
Props
class?string
children: Element