Skip to content

Commit

Permalink
fix(mdx): use the updated comment blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Apr 18, 2024
1 parent 8940b4c commit 8dacb5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/buttons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This feature is only available for iOS.

:::

<!-- Reuse the playground from the Title directory -->
{/* Reuse the playground from the Title directory */}
import CollapsibleLargeTitleButtons from '@site/static/usage/v8/title/collapsible-large-title/buttons/index.md';

<CollapsibleLargeTitleButtons />
Expand Down
2 changes: 1 addition & 1 deletion docs/api/progress-bar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import Indeterminate from '@site/static/usage/v8/progress-bar/indeterminate/inde

## Progress Bars in Toolbars

<!-- Reuse the playground from the Toolbar directory -->
{/* Reuse the playground from the Toolbar directory */}
import Toolbar from '@site/static/usage/v8/toolbar/progress-bars/index.md';

<Toolbar />
Expand Down
2 changes: 1 addition & 1 deletion docs/api/searchbar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import CancelButton from '@site/static/usage/v8/searchbar/cancel-button/index.md

Searchbars are styled to look native when placed inside of a toolbar. In iOS, searchbars should be placed in their own toolbar, under a toolbar that contains the page title. In Material Design, searchbars are either persistently displayed in their own toolbar, or expand over a toolbar containing the page title.

<!-- Reuse the playground from the Toolbar directory -->
{/* Reuse the playground from the Toolbar directory */}
import Toolbar from '@site/static/usage/v8/toolbar/searchbars/index.md';

<Toolbar />
Expand Down
2 changes: 1 addition & 1 deletion docs/api/segment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import Scrollable from '@site/static/usage/v8/segment/scrollable/index.md';

## Segments in Toolbars

<!-- Reuse the playground from the Toolbar directory -->
{/* Reuse the playground from the Toolbar directory */}
import Toolbar from '@site/static/usage/v8/toolbar/segments/index.md';

<Toolbar />
Expand Down

0 comments on commit 8dacb5b

Please sign in to comment.