Skip to content

Commit

Permalink
docs: update fullscreen mode desciption on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Dec 2, 2024
1 parent 9217ec3 commit 126a643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions components/dropdown/demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -952,12 +952,7 @@ This example demonstrations collapsing the dropdown by clicking a button within

### Fullscreen Effect on Mobile View

On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` will prevent the dropdown from switching to fullscreen mode.

This is useful in scenarios where:
- Fullscreen mode does not provide significant benefits to the user.
- The dropdown needs to maintain a custom size and stay within its defined dimensions.

On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` will switch the dropdown to fullscreen mode.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/customDimensions300.html) -->
Expand Down
8 changes: 1 addition & 7 deletions components/dropdown/docs/partials/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,7 @@ This example demonstrations collapsing the dropdown by clicking a button within

### Fullscreen Effect on Mobile View

On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` will prevent the dropdown from switching to fullscreen mode.

This is useful in scenarios where:
- Fullscreen mode does not provide significant benefits to the user.
- The dropdown needs to maintain a custom size and stay within its defined dimensions.


On mobile view, adding the `mobileFullscreenBreakpoint="{breakpoint-token}"` will switch the dropdown to fullscreen mode.

<div class="exampleWrapper">
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../../apiExamples/customDimensions300.html) -->
Expand Down

0 comments on commit 126a643

Please sign in to comment.