Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pmndrs/uikit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Sep 10, 2024
2 parents 6287d0f + 8f36e76 commit 3ae7d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -76,7 +75,7 @@ We provide multiple kits containing **themable pre-styled components**. Inspired
| <h3>default</h3> _based on [Shadcn](https://github.com/shadcn-ui/ui)_ | <h3>apfel</h3> _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
Expand All @@ -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!

Expand Down
3 changes: 2 additions & 1 deletion docs/advanced/theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
}}
Expand All @@ -80,4 +81,4 @@ export default function App() {
</Canvas>
)
}`}}
/>
/>

0 comments on commit 3ae7d78

Please sign in to comment.