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

https://github.com/hugomrdias/halo-selection

Selections controls for Halo based on Material design
https://github.com/hugomrdias/halo-selection

Last synced: 3 months ago
JSON representation

Selections controls for Halo based on Material design

Awesome Lists containing this project

README

        

# halo-selection
> Selections controls for Halo based on Material design

This is for advanced users.

## Install

```
$ npm install --save halo-selection
```

## Usage

The source is for PostCSS environments.
For other environments check the compiled version in the test folder.

> The compiled version as sourcemaps inline and `autoprefixer.browsers '> 5%'`

## Todo
- [ ] checkbox component
- [ ] radio component
- [ ] setup package.json for easy postcss imports
- [ ] setup component config with variables

## Related

- [Material Design Selection controls](https://www.google.com/design/spec/components/selection-controls.html)

## License

MIT © [Hugo Dias](http://hugodias.me)