Skip to content

Naive UI

This page demonstrates several Naive UI components.

To use the imperative components for naive-ui, install the @vue-cmd/naive package.

bash
# npm
npm install @vue-cmd/naive naive-ui

# pnpm
pnpm add @vue-cmd/naive naive-ui

# yarn
yarn add @vue-cmd/naive naive-ui

Basic Usage

loading

Props Reference

For more props, refer to: naive-ui modal documentation. naive-ui drawer documentation.

Released under the MIT License.