0.0.1 • Published 6 years ago
@dao-vue/note v0.0.1
Installation
npm install --save @dao-vue/note # using npm
yarn add @dao-vue/note --save # using npmAdding to project
import Vue from 'vue'
import DaoNote from '@dao-vue/note'
Vue.use(DaoNote)Usage
<dao-note color="info" message="Here is an example of Dao VueJS Note component." />
<dao-note color="success">Here is an example of Dao VueJS Note component.</dao-note>0.0.1
6 years ago