Help popoverWarning: Draft
An icon button with a question mark that reveals help information on click or tap.
Basic usage
First, import the component.
import {HelpPopover} from '@pleo-io/telescope'
Then use it like so:
API reference
The component accepts the following props.
Prop | Type | Default |
---|---|---|
aria-label | string | |
aria-labelledby | string | |
children * | enum | |
className | string | |
size | enum | regular |
skeleton | boolean | false |
- Basic usage
- API reference
On this page