1.0.1 • Published 2 years ago

sigl-ui v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

UI elements and components for sigl

Examples

/** @jsxImportSource sigl */
import $ from 'sigl'

import { ToggleElement } from 'sigl-ui/toggle'

const Toggle = $.element(ToggleElement)

$.render(
  <>
    <Toggle />
    <Toggle value={true} />
  </>,
  document.body
)

API

Credits

Contributing

Fork or edit and submit a PR.

All contributions are welcome!

License

MIT © 2022 stagas