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

  1. Install the NUED library using npm i nued-ui
  2. Import the component you need i.e. import { NuedIcon } from 'nued-ui';
  3. Enjoy the power on NUED!