You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Elm package which will allow users to create a dropdown containing filters organised on different levels.
An example of the possible UI that would be possible to create with this package:
Why
The goal is to create a reusable view that can be integrated easily with different kind of application. Instead of rewriting the same code each time the package will allow the users to save time by just importing the package
How
The API of the package is still a work in progress, see dwyl/learn-elm#125 but the main idea is to import the package in your Elm application then using the view function to display the dropdown and filters.
Write this documentation in the README.md file
Create a gh-pages branch which will host the examples. Each time a new version of the package is ready we will need to update this branch and compile the example to html files
The text was updated successfully, but these errors were encountered:
What?
An Elm package which will allow users to create a dropdown containing filters organised on different levels.
An example of the possible UI that would be possible to create with this package:
Why
The goal is to create a reusable view that can be integrated easily with different kind of application. Instead of rewriting the same code each time the package will allow the users to save time by just importing the package
How
The API of the package is still a work in progress, see dwyl/learn-elm#125 but the main idea is to import the package in your Elm application then using the
view
function to display the dropdown and filters.The text was updated successfully, but these errors were encountered: