Skip to content

Commit

Permalink
docs: opacity prop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljablonski committed Jul 3, 2023
1 parent 5eb1cf6 commit ba92346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ import { Tooltip } from 'react-tooltip';
| `afterHide` | `function` | no | | | A function to be called after the tooltip is hidden |
| `middlewares` | `Middleware[]` | no | | array of valid `floating-ui` middlewares | Allows for advanced customization. Check the [`floating-ui` docs](https://floating-ui.com/docs/middleware) for more information |
| `border` | `CSSProperties['border']` | no | | a CSS border style | Change the style of the tooltip border (including the arrow) |
| `opacity` | `CSSProperties['opacity']` | no | `0.9` | a CSS opacity value | Change the opacity of the tooltip |

### Envs

Expand Down

0 comments on commit ba92346

Please sign in to comment.