Hi there ! I’m happy to announce Elm UI Explorer 8.0.0.
This version comes with a lot of new features:
-
Cli: Creating a new explorer is now as simple as running the command
uie init
thennpm run uie
. Make sure to install the npm package@kalutheo/uie
first;
-
Knobs: Allows you to edit values provided to your views in real time thanks to the amazing
avh4/elm-debug-controls
package;
https://elm-ui-explorer.netlify.app/examples/button/explorer-with-knobs
- Responsiveness: The layout is now 100% responsive. You can now easily browse your stories from your mobile devices;
https://elm-ui-explorer.netlify.app/examples/button/explorer-with-notes
- Dark mode: it’s now possible to switch the explorer to a dark mode, just for your eyes .