0.1.3 • Published 3 years ago

sybill-components v0.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

This package contains Sybill VueJS components created by Peter HIRT

Installation

Use the package manager npm to install Vue Components

npm install sybill-components

Usage

to use the entire component set, do import the library as:

import Sybill from 'sybill-package'
import 'sybill-package/dist/sybill-package.css'

Vue.use(Sybill)

if you use oly specific components

import { SButton, SNumber, SModal } from 'sybill-package'
import 'sybill-package/dist/sybill-package.css'


Vue.use(SButton)
Vue.use(SNumber)
Vue.use(SModal)

Available components

  • Button
  • Dropdown
  • Datepicker
  • Modal

License

MIT

Copyright Peter Hirt

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.1

4 years ago