Skip to content

Commit

Permalink
Update README props
Browse files Browse the repository at this point in the history
  • Loading branch information
williamgrosset committed Jun 19, 2023
1 parent daa8ff0 commit 8d7fe46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,31 +46,31 @@ function App() {

type: `string` (required)

Tooltip text content.
description: Tooltip text content.

#### position

type: `'top' | 'bottom' | 'left' | 'right'` (default: `top`)

Tooltip position.
description: Tooltip position.

#### delay

type: `0 | 100 | 200 | 300 | 400 | 500 | 750 | 1000` (default: `200`)

Initial tooltip transition delay.
description: Initial tooltip transition delay.

#### disabled

type: `boolean` (default: `false`)

Whether the tooltip is disabled or not.
description: Whether the tooltip is disabled or not.

**className**

type: `string`

Tooltip CSS classes.
description: Tooltip CSS classes.

## Development

Expand Down

0 comments on commit 8d7fe46

Please sign in to comment.