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
- Host: GitHub
- URL: https://github.com/hugomrdias/halo-selection
- Owner: hugomrdias
- License: mit
- Created: 2016-02-03T19:25:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T23:21:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T04:29:11.591Z (4 months ago)
- Language: CSS
- Homepage: https://hugomrdias.github.io/halo-selection/test
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# halo-selection
> Selections controls for Halo based on Material designThis 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)