Skip to content

TitleCard

Ashley Neaves edited this page Sep 4, 2023 · 1 revision

A simple container that allows for grouping of elements under a common header, visually separating them from other elements.

Properties

  • title (string)

    The title to display in the Card Header

Example

<TitleCard title="Test Title">
    Example Text. This can be plain text and/or additional JSX components.
</TitleCard>

Example image of TitleCard

Clone this wiki locally