-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
docs/latest/pages/docs/getting-started/compound-components.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Compound Components | ||
|
||
Compound Components are a term that React.js developers will be familiar with, and feels like the best way to describe this pattern. | ||
|
||
Build compound components with the power of CSS selectors and variables – no additional JS required. | ||
|
||
TODO | ||
|
||
1. Tab with NormalCSS | ||
2. Tab with TailwindCss | ||
|
||
## Examples | ||
|
||
- [React with Tailwind CSS](../examples/react/tailwind-css#compound-components) |