0.0.1 • Published 4 years ago

@dao-vue/note v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Installation

npm install --save @dao-vue/note   # using npm
yarn add @dao-vue/note --save      # using npm

Adding 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>