We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can use the Tooltip from react-bootstrap/Tooltip to use OverlayTrigger on buttons.
CameraMain.js for example
<OverlayTrigger placement='left' overlay={<Tooltip id='tooltip'>Click to toggle the sidebar</Tooltip>}> <Button onClick={() => this.setState({ sidebarOpen: !this.state.sidebarOpen })} > {this.state.sidebarOpen ? '☰ Close Sidebar' : '☰ Open Sidebar'} </Button> </OverlayTrigger>
Will work on adding this to other buttons across the interface.
The text was updated successfully, but these errors were encountered:
color changes, tooltip initial add #270 #267
e2fa952
Sorry, something went wrong.
brettfiedler
No branches or pull requests
Can use the Tooltip from react-bootstrap/Tooltip to use OverlayTrigger on buttons.
CameraMain.js for example
Will work on adding this to other buttons across the interface.
The text was updated successfully, but these errors were encountered: