Card is the parent component. Header, Body, and Footer are subcomponents.
Creating subcomponents
- Open your parent component
- In the left panel, click on Subcomponents > to create a new subcomponent
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Child components scoped to a parent component.
<Card>
<Card.Header>Title</Card.Header>
<Card.Body>Content goes here</Card.Body>
<Card.Footer>Actions</Card.Footer>
</Card>
Card is the parent component. Header, Body, and Footer are subcomponents.
Was this page helpful?
