Skip to content

yzlhdy/nuxt-naiveui

 
 

Repository files navigation

Nuxt Naive UI

npm version npm downloads License Nuxt

Naive UI component library for your Nuxt 3 project

Features

  • ✔️ SSR friendly
  • ✔️ Auto imported and tree-shakable components & composables
  • ✔️ Highly customizable for color mode and device type
  • ✔️ Friendly integration with Tailwindcss
  • ✔️ Implements custom components
    • ✔️ NaiveNavbar a responsive navbar for app navigation
    • ✔️ NaiveIcon a wrapper based on iconify/vue with large collection of icons
    • ✔️ NaiveColorModeSwitch light/dark modes switch based on useNaiveColorMode composable
    • ✔️ NaiveTabbar a tabBar for mobile/tablet navigation

Installation

Add @bg-dev/nuxt-naiveui dependency to your project

# Using npm
npm install --save-dev @bg-dev/nuxt-naiveui

# Using yarn
yarn add --dev @bg-dev/nuxt-naiveui

Documentation

A documentation website can be found here.

License

MIT License

About

Naive UI module for Nuxt 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.3%
  • TypeScript 48.0%
  • CSS 1.7%