Muhammad Mahmoud
Muhammad Mahmoud
You can create a customized fetch instance and do the global error handling in the `onResponseError` hook. Then you use that custom fetch in your app https://nuxt.com/docs/guide/recipes/custom-usefetch#custom-fetch
TLDR: Try removing color-mode cookie and it should work fine Just faced this issue and the problem that there was already a color mode cookie with `value=system` (the default). It...
This is really an amazing feat! Dealing with colors currently is confusing and this is the cherry on the cake for v3. Thanks a lot for your workπ
Can you elaborate on this? Writing `bg-[--ui-bg-elevated]` for example whenever needed is a bit verbose > Note that we no longer define those aliases as Tailwind CSS colors so you...
Having to open brackets and write a CSS var would become tedious as you typically write a bunch of utility classes per element. I'm not sure if the Tailwind Intellisense...
@benjamincanac That's my opinion yeah maybe do a poll on twitter? π I agree with @sandros94 though, adding a section in the documentation for those who won't like to use...
I just tried the new design system approach and it's amazing! Had a small problem though with styling the button foreground, currently it defaults to `--ui--bg`. It works okay in...
I've concluded the same after some reviewing. Thanks a lot for this PR really great work π
Not related to your request but the code you're using would produce a hydration mismatch if you're using SSR. I'd suggest passing tailwind breakpoints to ButtonGroup's `ui` prop instead. It's...
I didn't try it before but I think you're right you probably will have to tweak other classes too. I don't think they would be many but It's a hassle...