We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Page under construction
React is a component based framework. By combining and composition, high-level components can be created from primitive components.
This page shows some built-in high-level components that you can take advantage of.
Dropdown is used to show a dropdown component with multiple options to choose from.
It supports all properties of a regular view and additional properties:
value
autoClose
onChange
Tooltip shows a popup when hovering over the element.
tooltipContent
position
left
right
top
bottom
offset