@stickearn/stickfront

stickfront is Stickearn vue component. See Live Documetation

Usage no npm install needed!

<script type="module">
  import stickearnStickfront from 'https://cdn.skypack.dev/@stickearn/stickfront';
</script>

README

stickfront

npm version

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