@daangn/carrot-ui
v0.1.12
Published
Daangn Market UI Components for Vue
Downloads
19
Readme
Carrot UI
Daangn Market UI Components for Vue
Installation
Use npm
$ npm i @daangn/carrot-ui
Use yarn
$ yarn add @daangn/carrot-ui
main.js
import Vue from 'vue'
import CarrotUI from '@daangn/carrot-ui'
import '@daangn/carrot-ui/dist/carrot-ui.css'
Vue.use(CarrotUI)