@stickearncom/stickcomponent

0.5.4 • Public • Published

Stickearn Design Component

npm version

We made this package only for internal use. See Live Documetation

Installing


Using npm :

// Global install
npm i @stickearncom/stickcomponent

// Specific
npm i @stickearncom/scbuttton

Using yarn :

// Global install
yarn add @stickearncom/stickcomponent

// Specific
yarn add @stickearncom/scbuttton

Quick Start


...
// Find `src/main.js ` and add below.
import Vue from 'vue'

// Global

import Components from "@stickearncom/stickcomponent";
import "@stickearncom/stickcomponent/dist/stickcomponent.css";

Vue.use(Components);

// Specific
import SCButton from '@stickearncom/scbutton'
Vue.use(SCButton)
...

/// or you can install on local file.
...
components {
  SCButton
}
...

Usage


<SCButton>Code here...</SCButton>

For more information about how to usage for more components, please read documentation:

More Components


  • SCIcon
  • SCCol
  • SCRow
  • SCSpace
  • SCTable
  • SCTableDraggable
  • SCTag
  • SCTabs
  • SCInput
  • SCInputNumber
  • SCInputPassword
  • SCInputSearch
  • SCSelect
  • SCSelectOption
  • SCMultiSelect
  • SCTextarea
  • SCSwitch
  • SCCheckbox
  • SCCheckboxGroup
  • SCRadio
  • SCRadioButton
  • SCRadioGroup
  • SCTreeSelect
  • SCButton
  • SCPagination
  • SCBreadcrumb
  • SCDropdown
  • SCDropdownButton
  • SCMenu
  • SCMenuItem
  • SCSkeleton
  • SCSpin
  • SCPopConfirm

Authors


Readme

Keywords

Package Sidebar

Install

npm i @stickearncom/stickcomponent

Weekly Downloads

1

Version

0.5.4

License

MIT

Unpacked Size

23.5 MB

Total Files

28

Last publish

Collaborators

  • riskinputra