Live data from Hacker News

Blueprint – A React UI toolkit for the web

blueprintjs.com

31–40 of 214 posts

Re: Blueprint – A React UI toolkit for the web

#33

I wonder why all the UI toolkits always come without some form of layout support. What is Qt without a GridLayout?

What are you talking about?

- bootstrap contains a grid layout

- semantic-ui contains a grid layout

- bulma contains a grid layout

- purecss contains a grid layout

- tachyon contains a grid layout

- skeleton contains a grid layout

- milligram contains a grid layout

- spectre contains a grid layout

and the list goes on.

Re: Blueprint – A React UI toolkit for the web

#35
This looks really nice.

However, what I really want for React is a style-agnostic component library that basically extends the regular set of HTML elements, but comes with no "visual" styling (other than really basic styling like the browser's default styling for , and the like). Only styling that is necessary for the component to function should be included.

Of course, optional themes would be fine. Also, non-visual styling should be completely inlined. Themes could inject "visual" styling via context. User-defined styling would be passed via class or style props.

Re: Blueprint – A React UI toolkit for the web

#40

Site is super slow and jaggy on a macbook pro.. No demo's

I was about to give up, but I found in documentation, one of the last link on the side bar, is Components, there you can see a demo of good list of components. http://blueprintjs.com/docs/#components
Post reply on HN