Skip to content

lusaxweb/vuttons

Repository files navigation

vuttons

Vuttons

Button components for the creation of interfaces with vuejs , Each button has a different style and hover, just by changing the type property you will have a totally different button.

If you are an individual user and have enjoyed the productivity of using Vuttons, consider donating as a sign of appreciation - like buying me coffee once in a while ☕️ Become a Patron.

Install

# npm
npm install vuttons
# yarn
yarn add vuttons

Use

import Vue from 'vue'
import Vuttons from 'vuttons'

import 'vuttons/dist/vuttons.css'
Vue.use(Vuttons)