Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enso-ui/checkbox
https://github.com/enso-ui/checkbox
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enso-ui/checkbox
- Owner: enso-ui
- License: mit
- Created: 2020-03-14T15:03:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T10:35:45.000Z (almost 2 years ago)
- Last Synced: 2024-12-11T08:39:28.435Z (23 days ago)
- Language: Vue
- Size: 148 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Checkbox
![npm license](https://img.shields.io/npm/l/@enso-ui/checkbox.svg)
![npm download](https://img.shields.io/npm/dm/@enso-ui/checkbox.svg)
![GitHub top language](https://img.shields.io/github/languages/top/enso-ui/checkbox.svg)
![GitHub issues](https://img.shields.io/github/issues/enso-ui/checkbox.svg)
![npm version](https://img.shields.io/npm/v/@enso-ui/checkbox.svg)Checkbox
## Usage
The components can be used outside of the Enso ecosystem.### Demo
For live examples and demos, you may visit [laravel-enso.com](https://www.laravel-enso.com)
Check the full documentation at [docs.laravel-enso.com](https://docs.laravel-enso.com).
### Installation
Install the package:
```
npm i @enso-ui/checkbox
```
Import the desired component(s):
```js
import { CheckboxManager, CheckboxItems } from '@enso-ui/checkbox/bulma';
```### Exports
`@enso-ui/checkbox/bulma`:
- `CheckboxManager`
- `CheckboxItems`## Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!
## License
[ISC](https://opensource.org/licenses/ISC)