Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enso-ui/checkbox


https://github.com/enso-ui/checkbox

Last synced: 11 days ago
JSON representation

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)