rundis / elm-bootstrap

Responsive and reliable web apps with Elm and Twitter Bootstrap
http://elm-bootstrap.info/
BSD 3-Clause "New" or "Revised" License
398 stars 72 forks source link

Form.Range is not exposed in elm.json file #169

Closed tymoshen closed 4 years ago

tymoshen commented 4 years ago

Hi,

It seems that Form.Range module is not exposed in elm.json file. Additionally, there is an error in range component usage example (in comments): Radio.onInput MyRangeMsg -> Range.onInput MyRangeMsg

tymoshen commented 4 years ago

Tnx for merging it in. I've found another typo in the comments (line 31) and maybe someone else will fix it in another PR. Maybe it will be me :)

acyuta108 commented 3 years ago

I have 5.2.0 installed (default installed by elm) but it does not expose Range. When will it be available in the default release?

BTW, thanks for your amazing work!