Subcomponents are child components scoped to a parent (also known as compound components). Use them to group related components together. In code, they are represented as properties of the parent component.Documentation Index
Fetch the complete documentation index at: https://docs.subframe.com/llms.txt
Use this file to discover all available pages before exploring further.
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

