BetaPublic beta — Read the release notes
Documentation

Card

Content container with header, body, and footer.

Package
@solidiom/card
Version
0.0.1-next.0
Status
stable

Generated from the package's public source.

API

CardContentPropsinterface

Props

class?
string
style?
string | CSSProperties

children: Element

View source

CardDescriptionPropsinterface

Props

class?
string

children: Element

View source

CardFooterPropsinterface

Props

class?
string
style?
string | CSSProperties

children: Element

View source

CardHeaderPropsinterface

Props

class?
string
style?
string | CSSProperties

children: Element

View source

CardRootPropsinterface

Props

class?
string
style?
string | CSSProperties

children: Element

View source

CardTitlePropsinterface

Props

class?
string

children: Element

View source

Contentcomponent

                        Content(props: CardContentProps): Element
                      

Props

class?
string
style?
string | CSSProperties

children: Element

View source

Descriptioncomponent

                        Description(props: CardDescriptionProps): Element
                      

Props

class?
string

children: Element

View source

                        Footer(props: CardFooterProps): Element
                      

Props

class?
string
style?
string | CSSProperties

children: Element

View source

Headercomponent

                        Header(props: CardHeaderProps): Element
                      

Props

class?
string
style?
string | CSSProperties

children: Element

View source

Rootcomponent

                        Root(props: CardRootProps): Element
                      

Props

class?
string
style?
string | CSSProperties

children: Element

View source

Titlecomponent

                        Title(props: CardTitleProps): Element
                      

Props

class?
string

children: Element

View source