https://github.com/billstclair/elm-popup-picker
A simple pop-up div to choose from a list of possibilities
https://github.com/billstclair/elm-popup-picker
Last synced: about 1 month ago
JSON representation
A simple pop-up div to choose from a list of possibilities
- Host: GitHub
- URL: https://github.com/billstclair/elm-popup-picker
- Owner: billstclair
- License: mit
- Created: 2020-07-19T09:35:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T15:51:49.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T19:43:05.287Z (over 1 year ago)
- Language: Elm
- Homepage: https://billstclair.github.io/elm-popup-picker/
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[billstclair/elm-popup-picker](https://package.elm-lang.org/packages/billstclair/elm-popup-picker/latest) is a simple pop-up `div` to choose from a list of possibilities.
It encapsulates the CSS to position the picker absolutely, and and to display it on top.
See the [example](https://github.com/billstclair/elm-popup-picker/tree/master/example) for usage details. The example is live at [billstclair.github.io/elm-popup-picker](https://billstclair.github.io/elm-popup-picker/).