Skip to content

Simple Vue components that make no assumptions about styling.

Notifications You must be signed in to change notification settings

hipkiss91/simple-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Vues

This project makes no assumptions about the styling required for a particular project. Instead it focuses on the functionality. Making sure developers are provided with everything they need to create easy to use components that supply a cheat sheet for any use case.

Install

npm install simple-vues --save

Import

Import plugin:

import SimpleVues from 'simple-vues';

Vue.use(SimpleVues);

Then use in your templates by simply importing the component <SimpleButton/>.

Documentation

Individual component documentation can be found in the /docs directory. Each file is named the same as the component. Check out the GitHub project for ease.