Guide
Installation
Install the package and choose a style-loading strategy.
Package
Install the UI kit with your package manager. The library is designed for Vue 3 applications and Nuxt 3 projects.
pnpm add @nmorph/nmorph-ui-kitnpm install @nmorph/nmorph-ui-kityarn add @nmorph/nmorph-ui-kitbun add @nmorph/nmorph-ui-kitStyles
You can load the full stylesheet once, rely on component chunks importing their own CSS, or enable the full stylesheet through the Nuxt module. Full stylesheet loading is useful for utility classes and predictable global tokens.
import "@nmorph/nmorph-ui-kit/styles.css";Entries
Use the component exports when you import components directly. Use the plugin entry when you only need to install Nmorph globally without pulling components into that file.