# HelpButton HelpButton is used for a action on a page ### Usage ```js import HelpButton from "@docspace/components/help-button"; ``` ```jsx Tooltip content} /> ``` #### Usage with link ```jsx Tooltip content with{" "} link } /> ``` #### Usage with aside ```jsx

This is a global react component tooltip

You can put every thing here

  • Word
  • Chart
  • Else
} /> ``` ### Properties | Props | Type | Required | Values | Default | Description | | ------------------------- | :------: | :------: | :-------------------------: | :-----: | ------------------------------------------------ | | `className` | `string` | - | - | - | Accepts class | | `displayType` | `oneOf` | - | `dropdown`, `aside`, `auto` | `auto` | Tooltip display type | | `helpButtonHeaderContent` | `string` | - | - | - | Tooltip header content (tooltip opened in aside) | | `id` | `string` | - | - | - | Accepts id |