Questions tagged [blueprintjs]

Blueprint, a React UI toolkit for the web.

Blueprint: https://blueprintjs.com/docs/

143 questions
0
votes
1 answer

What's the component that controls the lefthand navigation menu on the blueprintjs docs?

The nav on the left of the blueprintjs http://blueprintjs.com/docs/#core looks like some sort of mashup between blueprint's Menu and Tree components, but also has the neat feature of highlighting what section you're reading as you scroll down the…
0
votes
1 answer

blueprintjs editable table cell tooltip or popover

Similar to How can i add add tooltips to column headers in blueprint js table? I would like to be able to add Tooltips or Popovers to EditableCells to display validation error messages inline. I am yet to find a workable solution.
Brad
  • 174
  • 6
0
votes
1 answer

Using color variables in blueprintjs

Is it necessary to use a css preprocessor like less or sass to be able to access the defined color variables in Blueprint.Colors? I've looked at the source and those only appear on .scss and .less files. However, the documentation assumes the…
Biel Simon
  • 173
  • 3
  • 11
0
votes
1 answer

Is it possible to make an editable select in blueprintjs?

I've been playing a bit with it and haven't found the way to do it. Here is a link to the relevant part of the documentation: http://blueprintjs.com/docs/#components.forms.select The desired functionality is like the one we can find in this…
Biel Simon
  • 173
  • 3
  • 11
0
votes
1 answer

Meteor + React + Blueprintjs font issues

I have blueprint 90% working, and am able to implement the features - except for the icon library. I've tried several other UI toolkits, and this is the first one which I've had Icon issues with. I have tried dumping the icons and CSS files…
0
votes
0 answers

Why do these CSS animations go away after clicking on the page?

Description of behavior In the following gif, when the subtitles (gray text) are loaded they still seem to have the same background animations as the loading state i.e. the background-color is still animating. After I click, the animations go away…
Michael Wu
  • 1,177
  • 1
  • 13
  • 34
0
votes
1 answer

does blueprintjs have stepper functionality?

I am looking the for a similar functionality in blueprintjs, do we have? Something like below http://www.material-ui.com/#/components/stepper
Maru
  • 1
-1
votes
1 answer

i am trying to implement Select component from blueprintjs : TypeError: _this.props.itemRenderer is not a function

I initialized items value and i am trying to implement but I am getting an error
1 2 3
9
10