A little bit slow on my mobile
Blueprint – A React UI toolkit for the web
41–50 of 214 posts
Re: Blueprint – A React UI toolkit for the web
#42I 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
#43Re: Blueprint – A React UI toolkit for the web
#44Question for Palantir devs: is this currently being used in production?
Re: Blueprint – A React UI toolkit for the web
#45Re: Blueprint – A React UI toolkit for the web
#46This 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…
Inline styles feel wrong, CSS alone isn't encapsulated enough to work with components correctly, CSS modules are TOO encapsulated which makes global styles and themes a royal pain, and adding another layer ala SASS or LESS feels like more of a "patch" vs a real solution.
And none of them really solve style inheritance in any way that I'd call elegant.
I end up using SASS and overriding default styles with weird hacks like using `.button.button.button` or (even worse) using `!important`, but it still feels wrong and doesn't scale very well at all.
Re: Blueprint – A React UI toolkit for the web
#47Re: Blueprint – A React UI toolkit for the web
#48I 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
#49I wonder why all the UI toolkits always come without some form of layout support. What is Qt without a GridLayout?