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-kit
npm install @nmorph/nmorph-ui-kit
yarn add @nmorph/nmorph-ui-kit
bun add @nmorph/nmorph-ui-kit

Styles

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.

Resolution is not supported

Open the documentation on a device with a screen size of at least 375px by 640px.