From b5b42eefc8365c82085a765051158adfeb4a6ef0 Mon Sep 17 00:00:00 2001 From: Yoali Date: Sat, 7 Sep 2024 10:26:14 -0600 Subject: [PATCH] mend --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89fda295..04abe35d 100644 --- a/README.md +++ b/README.md @@ -64,7 +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://pmndrs.github.io/uikit/docs/advanced/theming) +- [Theming components](https://docs.pmnd.rs/uikit/advanced/theming) ## Pre-styled component kits @@ -75,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://pmndrs.github.io/uikit/docs/default-kit/accordionf) | [View All Components](https://pmndrs.github.io/uikit/docs/apfel-kit/button) | +| [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