Skip to content

Commit 06fe981

Browse files
committed
refactored options docs
1 parent 5b1fa10 commit 06fe981

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/docs/design/options.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Options
33
---
44

5-
This Hook takes in the following options:
5+
You can customize the behavior with options, passed as the second argument.
66

7-
```ts
8-
{
9-
disableFocusFirstItemOnClick?: boolean;
10-
}
11-
```
7+
Option | Default | Possible values
8+
:--- | :--- | :---
9+
`disableFocusFirstItemOnClick` | `false` | `boolean`
1210

13-
- **disableFocusFirstItemOnClick:** If specified as `true` the default behavior of focusing the first menu item on click will be disabled. The menu button will instead retain focus.
11+
Option | Explanation
12+
:--- | :---
13+
`disableFocusFirstItemOnClick` | If specified as `true` the default behavior of focusing the first menu item on click will be disabled. The menu button will instead retain focus.

0 commit comments

Comments
 (0)