@daw96/button

0.1.86 • Public • Published

Vue Button

Installation:

npm install --save @daw96/button

Register:

import { Button } from '@daw96/button'
import '@daw96/button/dist/button.css'

components: {
    ...
    Button,
},

Usage:

<Button v-on:click="saved">
    <template v-slot:text>
        Content
    </template>
</Button>

Events

click: Emits the click event when clicked.

Slots

text: Text button.

icon: Icon button.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.86
    0
    • latest

Version History

Package Sidebar

Install

npm i @daw96/button

Weekly Downloads

0

Version

0.1.86

License

none

Unpacked Size

564 kB

Total Files

19

Last publish

Collaborators

  • daw96