0.0.4 • Published 3 years ago

komi-ui v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago
  • Vue 3 Composition API
  • Written in TypeScript

KomiUi is a Component Library for Vue 3 that follows the design style of BaseWeb, which is a design system comprised of modern, responsive, living components for React. For more details, please refer to BaseWeb.

Usage

On npm, you can find KomiUi as komi-ui.

Add komi-ui and its peer dependencies to your project:

# using pnpm
pnpm add komi-ui vue

# using npm
npm install komi-ui vue

Setup KomiUi to your application, or you should go ahead visit Setup

//main.ts
import { createApp } from 'vue'
import komiUi from 'komi-ui'
import 'komi-ui/dist/index.css'
import App from './src/App.vue'

const app = createApp(App)
app.use(komiUi)
app.mount('#app')
0.0.4

3 years ago

0.0.3

3 years ago

0.0.3-npm

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago