pub fn Card(props: CardProps) -> impl IntoViewExpand description
A bordered content container. When title is non-empty it renders a header
row above the children, which fill the card body.
§Required Props
- children:
Children
§Optional Props
- title:
impl Into<String> - class:
impl Into<String>