mdgriffith / design-discussion-elm-ui-2

A repo for discussing changes to Elm UI 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider making the name of the library the same as the import

lucamug opened this issue · comments

commented

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.

elm/package.elm-lang.org#334