The Wayback Machine - https://web.archive.org/web/20211201201115/https://github.com/lusaxweb/vuttons
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)