Akayy

Results 66 comments of Akayy

Please prioritise this one, we are all spoilt by our previous experiences with webpack and other dev-servers. Really hard to live without the run-time overlay. Thanks!

Thanks @arbassett for the related PR (#6274) you are working on. Will this PR cover showing all runtime errors in the overlay? Would be great if it does. Here is...

Hi @CareTiger, would be great if you can share your example of adding custom colors. Thanks!

Unocss's preset-icon works similar to UIcon. @Atinux, with [unocss preset-icons](https://unocss.dev/presets/icons#install), we can install the whole `@iconify/json` package (larger in size of course) instead of `@iconify-json/{collection_name}`, that way we can use...

Thanks bunch for the detailed explanations. So, if I want to use any icons by installing @iconify/json, how do I specify this in the ui/icons array in the config? Something...

Just checked the underlying plugin https://github.com/egoist/tailwindcss-icons/blob/main/src/core.ts#L25 and looks like it accepts a string "all" instead of an array of collections. I tried the below, and it worked, I didn't had...

Also, curious to know about when will happen if primary is defined as a custom tailwind class (and configured like above or defaulted), but not necessary has all shades (primary-50......

Another inspiration - https://flowbite-vue.com/components/flowbiteThemable/flowbiteThemable

I gave it a shot, and came up with this. Seem to work okay, this is just to explain the thought. Here is a sample app using the below sheet...

Thanks for the suggestion @benjamincanac :-) Looking at [UCard](https://ui.nuxtlabs.com/layout/card#preset) preset, it sets only a background, and doesn't set color of any text or icons that goes on top of it....