Card

Arbitrary Children

A Card will render any children.

For best results, please ensure content matches the top/bottom margin and left/right padding of the other <Card*/> components, or use CardBlock.

Card Title

<DemoLayout>
  <Card>
    <CardTitle>Card Title</CardTitle>
    {customContent}
  </Card>
</DemoLayout>