@stickearn/stickfront
v1.4.13
Published
[![npm version](https://badge.fury.io/js/%40stickearn%2Fstickfront.svg)](https://badge.fury.io/js/%40stickearn%2Fstickfront)
Downloads
17
Readme
stickfront
stickfront is Stickearn vue component. See Live Documetation
Installing
Using npm :
npm i @stickearn/stickfront
Using yarn :
yarn add @stickearn/stickfront
Quick Start
Find src/main.js
and add below.
...
import Vue from 'vue'
import Components from "@stickearn/stickfront";
import "@stickearn/stickfront/dist/stickfront.css";
Vue.use(Components);
...
Usage
<SEButton label="Button" />
For more information about how to usage for more components, please read documentation:
More Components
- SEAvatar
- SEBadge
- SEButton
- SECard
- SEChart
- SECheckbox
- SECombobox
- SEDatatable
- SEDatepicker
- SEImg
- SEModal
- SEPagination
- SEPreloader
- SERadio
- SESkeleton
- SESwitch
- SETabMenu
- SETextarea
- SETextfield
Authors
- @riskinputra - Idea & Initial work