0.0.1 • Published 4 years ago

dao-button v0.0.1

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

Welcome to my first package for VueJS: DaoButton

This is the firs package I made for using with VueJS. In short, I was using this as global component in my VueJS applications. Now, I wanted to share this if anyone likes this. This is absolutely free(like other NPM packages) and easy to use. Just read more below.

Info

KeywordDescription
Package namedao-button
Package size3.2 kB
Unpacked size10.1 kB
Total files3 files
Live version0.0.3

Installation

To add this package to your
yarn add dao-button --save   # using yarn
npm i --save dao-button      # using npm
Including in project
import DaoBtn from "dao-btn";
import Vue from "vue";

Vue.use(DaoBtn);
Usage
<dao-btn :rounded="true" color="red" size="large">My Button</dao-btn>

Notes:

Above --save while installation is to make sure if the button is installed and saved to node_modules folder. And don't forget to include the package as is above in the index.js or main.js file of your project.

Have fun with DaoBtn 😄.

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago