quail-ui
Vue 3 component library with themes, icons, and tokens
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install quail-ui?โผ
Run `npx skills add quailyquaily/quail-ui --all -g -y` in your terminal to install this skill globally for your coding agent.
What is Quail UI used for?โผ
It is a Vue 3 component library offering 26+ UI components, 110+ SVG icons, and light, dark, and morph themes for building consistent web interfaces.
How do I add Quail UI to a Vue 3 project?โผ
Install the package, then call `app.use(QuailUI)` and import `quail-ui/style.css` in your main entry file to register all components globally.
Does Quail UI support dark mode?โผ
Yes. Use the exported `applyTheme` helper to switch between light, dark, and morph themes, with automatic persistence to localStorage.
Can I use Quail UI without a build step?โผ
Yes. Load it via CDN with an importmap and the UMD or ESM bundles from unpkg, no bundler required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core