@urbanhire.com/vuesable
v1.2.0
Published
Vuesable is urbanhire vue component.
Downloads
7
Readme
vuesable
Vuesable is urbanhire vue component.
Installing
Using npm :
npm i @urbanhire.com/vuesable
Using yarn :
yarn add @urbanhire.com/vuesable
Quick Start
Find src/main.js
and add below.
...
import Vue from 'vue'
import Components from "@urbanhire.com/vuesable";
import "@urbanhire.com/vuesable/dist/vuesable.css";
Vue.use(Components);
...
Usage
<UHButton>Submit</UHButton>
More Components
- UHAlert
- UHAvatar
- UHAvatarChip
- UHAvatarGroup
- UHBreadcrumb
- UHButton
- UHCard
- UHChart
- UHDropdown
- UHInput
- UHModal
- UHProgressBar
- UHSelect
- UHStep
- UHStepPane
- UHTab
- UHUploadBox
- UHTable
Authors
- @riskinputra - Idea & Initial work