elm-ui icon indicating copy to clipboard operation
elm-ui copied to clipboard

Missing some REALLY important components

Open silaspedrosa opened this issue 7 years ago • 2 comments

I've used some ui frameworks around there and the availability of components and ease of use helped me build rich, intuitive, organized and beautiful UIs. All of that because they sticked to very good design guidelines AND provided some really importante components.

I miss some components in Elm UI. I tried to build a simples ui and soon I missed lists, cards and text. Maybe these would be some GREAT improvements around here!

Some examples:

  • https://semantic-ui.com/elements/list.html
  • https://semantic-ui.com/views/card.html
  • https://material.angularjs.org/latest/demo/list
  • https://material.angularjs.org/latest/demo/card

silaspedrosa avatar May 08 '17 23:05 silaspedrosa

No to mention, of course, other important frameworks, like bootstrap and foundation.

  • https://v4-alpha.getbootstrap.com/components/card/
  • https://v4-alpha.getbootstrap.com/components/list-group/
  • http://foundation.zurb.com/sites/docs/card.html

silaspedrosa avatar May 09 '17 00:05 silaspedrosa

I'm using http://package.elm-lang.org/packages/rundis/elm-bootstrap with Elm-UI, and it seems to work fine. Appearance looks similar.

RobertFischer avatar Oct 22 '17 12:10 RobertFischer