sybill-components
v0.1.3
Published
This package contains Sybill VueJS components created by Peter HIRT
Readme
This package contains Sybill VueJS components created by Peter HIRT
Installation
Use the package manager npm to install Vue Components
npm install sybill-componentsUsage
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
Copyright [Peter Hirt]
