Skip to content

InfernalAzazel/naive-pro-components

Repository files navigation

naive-pro-components

See our website naive-pro-components for more information.

English | 简体中文

Do not use in a production environment at this time during the testing phase

Install

Using npm:

npm install naive-pro-components

or using pnpm:

pnpm add naive-pro-components

Usage

Globals

import { createApp } from 'vue'
import App from './App.vue'
import naive from 'naive-ui'
import naivePro from 'naive-pro-components'

const app =createApp(App)
app.use(naive)
app.use(naivePro)
app.mount('#app')

List of things to do

  • Add a ProLayout
  • Add a ProBreadcrumb
  • Add a ProRadio
  • Add a ProCheckbox
  • Add a ProForm base
  • Add a ProForm steps
  • Add a ProForm query
  • Add a ProDataTable
  • Add a ProCrud

License

MIT

Copyright (c) 2024-present, kylin