Skip to Content
Referencefusion-uiComponentsSectionsCards Section

Cards Section

The CardsSection component is a section that displays a list of cards.


<CardsSection
  variant="row"
  info={{
    title: "White-crowned Pigeon",
    body: "Ademptio laudantium thymbra blandior. Aut absque corona ademptio dolores sufficio defero considero capio cetera. Unde coaegresco cunae decimus comedo.",
  }}
  cards={[
    {
      info: {
        title: "Hawfinch",
        body: "Curiositas ad fuga audeo vis celo fugiat tribuo voveo adsuesco.",
      },
    },
    {
      info: {
        title: "Costa's Hummingbird",
        body: "Creptio ager aduro canis delinquo caecus.",
      },
    },
    {
      info: {
        title: "Rusty Blackbird",
        body: "Cito verbum spero accusantium.",
      },
    },
  ]}
/>
Last updated on