0.1.1 • Published 5 years ago

paper-button-vue v0.1.1

Weekly downloads
8
License
-
Repository
-
Last release
5 years ago

Paper Button (Boilerplate)

Preview

img broken

Params

Param NameDescriptionTypeExampleDefault
titleText to display on the buttonStringClick hereButton-

Usage

Add onto html just as normal tag elements. Pass a json object into the attribute prop to set up all the styles you want.

<meta charset="utf-8">
<title>paper-button demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="../dist/paper-button.min.js"></script>

<paper-button title="Click here"></paper-button>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

License

MIT