NoRedInk/elm-api-components

API-based components


License
BSD-3-Clause
Install
elm-package install NoRedInk/elm-api-components 2.0.0

Documentation

elm-api-components Build Status

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.png

It looks like this: