mbylstra / html-to-elm

An online tool for converting HTML to elm-html. Go to
http://mbylstra.github.io/html-to-elm/
394 stars 23 forks source link

Let the user choose the imports #27

Open sebsheep opened 5 years ago

sebsheep commented 5 years ago

Currently, the program suppose the following imports

import Html exposing (..)
import Html.Attributes exposing (..)

(maybe the same with Events)

In my codes, I'm doing import Html exposing (..) a lot but almost never import Html.Attributes exposing (..).

It would be nice if the program let the user choose what kind of import he wants. It may be limited choices like :