sybill-components

This package contains Sybill VueJS components created by Peter HIRT

Usage no npm install needed!

<script type="module">
  import sybillComponents from 'https://cdn.skypack.dev/sybill-components';
</script>

README

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]