diff --git a/README.md b/README.md index 9606b486..04abe35d 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,7 @@ Get started with **[building your first layout](https://docs.pmnd.rs/uikit/getti - [Sizing](https://docs.pmnd.rs/uikit/tutorials/sizing) - [Common pitfalls](https://docs.pmnd.rs/uikit/advanced/pitfalls) - [Optimize performance](https://docs.pmnd.rs/uikit/advanced/performance) -- [Theming components](https://docs.pmnd.rs/uikit/kits/theming) - +- [Theming components](https://docs.pmnd.rs/uikit/advanced/theming) ## Pre-styled component kits @@ -76,7 +75,7 @@ We provide multiple kits containing **themable pre-styled components**. Inspired |

default

_based on [Shadcn](https://github.com/shadcn-ui/ui)_ |

apfel

_inspired by AVP_ | | ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------- | | ![Overview over all default components](./docs/getting-started/default-overview.jpg) | ![Overview over all apfel components](./docs/getting-started/apfel-overview.jpg) | -| [View All Components](https://docs.pmnd.rs/uikit/kits/default) | [View All Components](https://docs.pmnd.rs/uikit/kits/apfel) | +| [View All Components](https://docs.pmnd.rs/uikit/default-kit/accordion) | [View All Components](https://docs.pmnd.rs/uikit/apfel-kit/button) | | `npx uikit component add default Button` | `npx uikit component add apfel Button` | ## Migration guides @@ -85,7 +84,7 @@ We provide multiple kits containing **themable pre-styled components**. Inspired - from [HTML/CSS](https://docs.pmnd.rs/uikit/migration/from-html-css) - from [Tailwind](https://docs.pmnd.rs/uikit/migration/from-tailwind) -## Sponsors +## Sponsors This project is supported by a few companies and individuals building cutting edge 3D Web & XR experiences. Check them out! diff --git a/docs/advanced/theming.mdx b/docs/advanced/theming.mdx index 5e7c3aab..27c4bb0c 100644 --- a/docs/advanced/theming.mdx +++ b/docs/advanced/theming.mdx @@ -55,6 +55,7 @@ this result is achieved. 'three': 'latest', '@react-three/fiber': 'latest', '@react-three/uikit': 'latest', + '@react-three/uikit-default': 'latest', '@react-three/drei': 'latest', }, }} @@ -80,4 +81,4 @@ export default function App() { ) }`}} -/> \ No newline at end of file +/>