Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noredink/elm-api-components
API components for use with Elm
https://github.com/noredink/elm-api-components
Last synced: about 2 months ago
JSON representation
API components for use with Elm
- Host: GitHub
- URL: https://github.com/noredink/elm-api-components
- Owner: NoRedInk
- License: bsd-3-clause
- Created: 2016-04-23T14:46:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-17T20:55:09.000Z (over 8 years ago)
- Last Synced: 2024-05-08T23:25:13.108Z (8 months ago)
- Language: Elm
- Size: 15.6 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-api-components [![Build Status](https://travis-ci.org/NoRedInk/elm-api-components.svg?branch=master)](https://travis-ci.org/NoRedInk/elm-api-components)
API components for use with Elm## Component.Filter
This component is used to display a filter, updating when clicked on. It can be toggled from being visible, or disabled.
You need the following assets to be served from the root of your project:
- /assets/checkbox_unchecked.png
- /assets/checkbox_checked.png
- /assets/checkbox_checkedPartially.pngIt looks like this:
![](https://cloud.githubusercontent.com/assets/1139198/14603450/ff0277ea-056d-11e6-8127-40aee670c709.png)
![](https://cloud.githubusercontent.com/assets/1139198/14603463/107afcd6-056e-11e6-9779-28bb4c0cec13.png)
![](https://cloud.githubusercontent.com/assets/1139198/14603470/1728a344-056e-11e6-9cc2-079298a527c3.png)