ui
ui copied to clipboard
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
**This is just a work in progress, proof of concept to see if we can easily switch out TailwindCSS for UnoCSS if developers want this (the demand is duly noted)**...
### Environment StackBlitz ### Version 2.13.0 ### Reproduction https://stackblitz.com/edit/nuxt-ui-starter-1791?file=app.vue ### Description Reloading the page you can see the button in a `UButtonGroup` has full rounded corners in SSR before quickly...
### Description I would like to pass in a object to the URadio component. Currently it throws a warning but works as expected ``` Invalid prop: type check failed for...
### 🔗 Linked issue Resolves #1696 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
Mention that you can use Vue event listeners on the input itself to achieve the same behavior as `usingInput`. ### 🔗 Linked issue ### ❓ Type of change - [x]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.57.0` -> `^9.9.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.9.0) |...
### Environment - Operating System: Windows_NT - Node Version: v20.13.0 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...
### 🔗 Linked issue Resolves #1782 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change...
### Description  I used to use `Veutify`'s `chip-group` to achieve sth like the above image: a few buttons that I can create `v-model` and filter the selection from a...