Skip to content

Commit

Permalink
Update viewport.md
Browse files Browse the repository at this point in the history
According to storybookjs#21962 new feature added, but were not documented yet.
  • Loading branch information
smeagol74 committed Jun 16, 2023
1 parent 92885b3 commit a3ed51d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/essentials/viewport.md
Expand Up @@ -32,11 +32,12 @@ If you want to change the default set of viewports, you can set the global `para

The viewport global can take an object with the following keys:

| Field | Type | Description | Default Value |
| ------------------- | :-----: | :---------------------------------------: | :------------: |
| **defaultViewport** | String | Sets the default viewport | `'responsive'` |
| **disable** | Boolean | Disables the viewport | N/A |
| **viewports** | Object | The configuration object for the viewport | `{}` |
| Field | Type | Description | Default Value |
| ---------------------- | :-----: | :-------------------------------------------------------: | :------------: |
| **defaultViewport** | String | Sets the default viewport | `'responsive'` |
| **defaultOrientation** | String | Sets the default orientation (e.g. portrait or landscape) | `'portrait'` |
| **disable** | Boolean | Disables the viewport | N/A |
| **viewports** | Object | The configuration object for the viewport | `{}` |

The viewports object needs the following keys:

Expand Down

0 comments on commit a3ed51d

Please sign in to comment.