Skip to content

Commit

Permalink
Update modules/docs/mdx/CREATING_COMPOUND_COMPONENTS.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Boll <[email protected]>
  • Loading branch information
mannycarrera4 and NicholasBoll authored Dec 4, 2024
1 parent 80831b6 commit 9c1f938
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/docs/mdx/CREATING_COMPOUND_COMPONENTS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ concepts. We will cover:

## Non Coordinated Components

In most cases you'll create compound components that have a model and share information across sub
components. However, in the case where information doesn't need to be shared, you'll create a non
In most cases you'll create compound components that have a model and share information across subcomponents. However, in the case where information doesn't need to be shared, you can create a non
coordinated component. These components often represent some styled element with no associated role
or behavior and don't rely on state and events such as a `Card`, `Flex` or `Button` component. Use
or behavior and don't rely on state and events such as a `Card`, `Flex` or `Button` components. Use
`createComponent` factory function in these scenarios.

### `createComponent`
Expand Down

0 comments on commit 9c1f938

Please sign in to comment.