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 Oct 17, 2024
2 parents cec351a + 99391cf commit 5ec33a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ react, threejs, and @react-three/fiber, is recommended.
Get started with **[building your first layout](./first-layout.md)**, take a look at our **[examples](./examples.md)** to see uikit in action, or learn more about:

- [All components and their properties](./components-and-properties.md)
- [Interactivity](../tutorials/interactivity.md)
- [Interactivity](../tutorials/interactivity.mdx)
- [Custom materials](../tutorials/custom-materials.md)
- [Custom fonts](../tutorials/custom-fonts.md)
- [Responsive user interfaces](../tutorials/responsive.md)
- [Scrolling](../tutorials/scroll.md)
- [Sizing](../tutorials/sizing.md)
- [Common pitfalls](../advanced/pitfalls.md)
- [Optimize performance](../advanced/performance.md)
- [Theming components](../kits/theming.md)
- [Theming components](../advanced/theming.mdx)

## Pre-styled component kits

Expand All @@ -65,7 +65,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](./default-overview.jpg) | ![Overview over all apfel components](./apfel-overview.jpg) |
| [View All Components](../kits/default.md) | [View All Components](../kits/apfel.md) |
| [View All Components](../default-kit/accordion.mdx) | [View All Components](../apfel-kit/button.mdx) |
| `npx uikit component add default Button` | `npx uikit component add apfel Button` |

## Migration guides
Expand Down

0 comments on commit 5ec33a4

Please sign in to comment.