Rebass: lists?

Created on 10 Mar 2016  Â·  5Comments  Â·  Source: rebassjs/rebass

open to a PR for lists + different list items?

Most helpful comment

I have some rough notes for myself here: https://github.com/jxnblk/rebass/blob/master/docs/NOTES.md – and contributing doc started here: https://github.com/jxnblk/rebass/blob/master/.github/CONTRIBUTING.md

I can work on cleaning those up, but I'm open to any sort of useful UI component contributions. Generally, I do want to stay away from anything that requires client-side JS (in case that wasn't obvious).

All 5 comments

+1 for lists

I wanted to get lists in, but put them on the back burner. I was thinking of adding some very generic ones:

  • ListSimple - unstyled list, with an optional inline prop
  • OrderedList
  • UnorderedList
  • ListItem
  • Maybe one with borders

Are there any other types of lists you were imagining?

@jxnblk Do you have a list somewhere of these things? Could get some people to jump in and help knock it out

I have some rough notes for myself here: https://github.com/jxnblk/rebass/blob/master/docs/NOTES.md – and contributing doc started here: https://github.com/jxnblk/rebass/blob/master/.github/CONTRIBUTING.md

I can work on cleaning those up, but I'm open to any sort of useful UI component contributions. Generally, I do want to stay away from anything that requires client-side JS (in case that wasn't obvious).

Hi, we just published a basic <List> component here: indoqa-rebass-components

As our views are getting nice, clean and self-explanatory using only (rebass) components, we try to avoid any raw html markup at all. So we created an abstraction of Lists too. @jxnblk If our <List> fits into rebass core, it should be easy to create a pull request after some modifications (adding tests and comments, adopt code styling). Any feedback is appreciated!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hellais picture hellais  Â·  7Comments

mberneti picture mberneti  Â·  5Comments

contra picture contra  Â·  4Comments

borisyordanov picture borisyordanov  Â·  7Comments

romainquellec picture romainquellec  Â·  3Comments