ui
ui copied to clipboard
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@headlessui/vue](https://togithub.com/tailwindlabs/headlessui) | [`1.7.10`...
I love nuxtlabs UI, but the current state of icons in Nuxt is now confusing to me, and I'll try to explain why. Maybe I missed something and people will...
Just wondering, how much complex would it be to create a UnoCSS based version? ### Why? The main reason it could be useful is because, when self-hosting, I've noticed that...
So this is what i have in my app.config ```ts export default defineAppConfig({ ui: { primary: "emerald", gray: "stone", }, }); ``` but it is picking up the darkest shade...
Before: After:
Before Nuxt UI, I used to load tailwindcss module this way in `nuxt.config.ts`: ``` modules: [ [ '@nuxtjs/tailwindcss', { cssPath: '~/assets/css/input.css', }, ], ] ``` But now, as the documentation...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt/ui). ## Awaiting Schedule The following updates are...
### Version Current docs ### Reproduction Link While browsimg the nuxtlab-ui documentation on mobile, if I open up the [slideover component example](https://ui.nuxtlabs.com/overlays/slideover) I cannot close it since it becomes full-width....
Docs is failing because of `nuxt-component-meta` that does not seem to work with Nuxt 3.5 (cc @farnabaz @Tahul ) Easy to reproduce in this branch by running `npm run dev`
Resolves #185 Instead of using `notifications.wrapper`, add `notifications.position` for better control without having to copy the whole classes: ```ts [app.config.ts] export default defineAppConfig({ ui: { notifications: { // Show toasts...