design-discussion-elm-ui-2
design-discussion-elm-ui-2 copied to clipboard
Consider making the name of the library the same as the import
trafficstars
I think I mentioned this in the past.
Now the library is called "elm-ui" but it is imported as "import Element".
The common practice is to use the same name (except the prefix "elm-"). I wonder if the release of version 2 could be a good moment for thinking about this.
In the meantime I opened an issue to improve the documentation in the packages website that could mitigate this issue.
https://github.com/elm/package.elm-lang.org/issues/334