-
The development is ongoing on the `v3` branch of this repository: https://github.com/nuxt/ui/tree/v3.
---
A lot has changed since `@nuxt/ui` was made open-source (May 2023), so the plan here is …
-
### Describe the bug
I have this Tailwind config:
```ts
import animate from 'tailwindcss-animate';
import typography from '@tailwindcss/typography';
import defaultTheme from 'tailwindcss/defaul…
-
### Describe the bug
after a clean project setup I added many of the shadcn components and the resulting `tailwind.config.ts` file was slightly malformed.
- `theme.extend.fontFamily` has some escape…
-
v3.0.0 was released 3 days ago with out any documentation (nbd).
Just curious are there any actual breaking changes? From an API / consumption perspective, it looks the same. The colors also appear…
-
I'm following the [checkbox example in the documentation](https://www.radix-ui.com/docs/primitives/components/checkbox) and added `strokeWeight` prop to ``. However, no matter what the value the weigh…
-
**1. Read the [FAQs](#faqs) 👇**
**2. Describe the bug**
Types error with `motion.create()` in `v11.5`
**3. Reproduction**
NaN
**4. Steps to reproduce**
Steps to reproduce the behavio…
-
### Feature description
Issue
The RTL (right-to-left) support for the `Switch` component is not working as expected. When checked, the switch moves to the right, even in RTL mode.
I did like this…
-
I noticed that `@wordpress/components`' internal [border color variables](https://github.com/WordPress/gutenberg/blob/27681eddf6f0b4db5154d0fb64ea6554da5e8249/packages/components/src/utils/colors-valu…
-
My biggest concern here is that I don't like the idea of having to use CSS variables or theme config to manage a theme. This feels like an unnecessary overhead that I found to be fairly complicated wh…
-
I've been using `@radix-ui/colors` for a while now. Recently, working on a small project I noticed there isn't any scss/sass modules exported from the library. I understand that we can directly use cs…