Shayan Zamani
Shayan Zamani
Hi, thanks for creating and maintaining this project. I'd really appreciate it if you publish the package on NPM to allow for modular usage. Also, as a side note, I...
### Describe the feature Nuxt and its great, out-of-the-box DX are really enjoyable. However, I still prefer explicit imports over automatic ones, with exception for very well-known utilities and composables;...
### Skill Name UnoCSS ### Why? It's a powerful CSS engine built on top of well-known CSS frameworks such as TailwindCSS and WindiCSS. ### Reference Image  ```svg ```
I accidentally came across `border-e-red-400` and noticed the IntelliSense doesn't display any color decorator next to the utility, while color decoration worked fine for everything else including `🟦border-y-blue-500` and `🟩border-l-green-500`....
[Astro Icon](https://astroicon.dev) is a similar module for Astro projects that also utilizes Iconify under the hood. It automatically optimizes repeated references to the same icon on a page, using a...
In ["emit to parent" feature for Vue 3](https://component-party.dev/?f=vue3#component-composition.emit-to-parent), the code can be simplified to the following: App.vue ```vue import { ref } from "vue"; import AnswerButton from "./AnswerButton.vue"; const isHappy...
### Package v4.x ### Description It’d be nice to have something like `` to retain the state of the modal (prevent it from unmounting its content). This could come in...
### Package v4.x ### Description Similar to how we can get [the tooltip on a collapsed, vertical ``](https://ui.nuxt.com/docs/components/navigation-menu#with-tooltip-in-items), it'd be helpful to have the tooltip on the horizontal version, too.
In VS Code, it's possible to have unused imports automatically removed when saving the file: _.vscode/setting.json_ ```json { "editor.codeActionsOnSave": { "source.removeUnusedImports": "explicit" } } ``` I think enforcing this as...
### Housekeeping - [x] I'm sure this issue is _not_ a duplicate ### Icon Type - [ ] File Icon - [x] Folder Icon ### Icon Type - [ ]...