Welcome to the NUED UI Component Library
NUED is a UI component library built on the Nuxt Framework. This is a simple UI library featuring basic components used in creating minimalist websites.
Consider NUED to be the building blocks in the Nuxt world!
Compatibility
This library is compatible with NuxtJS 3.0 and after.
Web Accessibility
The NUED UI component library follows WCAG 2.2 Level AA guidelines.
Dependencies
npm install --save-dev @iconify/vue
How to install
- Install the NUED library using
npm i nued-ui
- Import the component you need i.e.
import { NuedIcon } from 'nued-ui';
- Enjoy the power on NUED!