From 52c4a2fafc5f0d21de1a1269716668280cd1c4e1 Mon Sep 17 00:00:00 2001 From: Joe Bell <7349341+joe-bell@users.noreply.github.com> Date: Sat, 12 Aug 2023 10:59:23 +0300 Subject: [PATCH] feat: compound docs --- .../pages/docs/getting-started/compound-components.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/latest/pages/docs/getting-started/compound-components.mdx b/docs/latest/pages/docs/getting-started/compound-components.mdx index a67e168..cb3c05e 100644 --- a/docs/latest/pages/docs/getting-started/compound-components.mdx +++ b/docs/latest/pages/docs/getting-started/compound-components.mdx @@ -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)