Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Apr 17, 2024
1 parent d5a2eff commit 59e9781
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docs/api/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ import CanDismissPreventSwipeToCloseExample from '@site/static/usage/v8/modal/ca
import CanDismissChildStateExample from '@site/static/usage/v8/modal/can-dismiss/child-state/index.md';

<CanDismissChildStateExample />
<<<<<<< HEAD

## モーダルの種類
=======
>>>>>>> f8b9beae24dc36a2e3e48b833c1910fb56cfeb2d

## Card Modal

Expand All @@ -122,15 +117,11 @@ import CardExample from '@site/static/usage/v8/modal/card/basic/index.md';

<CardExample />

<<<<<<< HEAD
### シートモーダル
=======
## Sheet Modal

:::info
[Content](./content) should be used inside of the sheet modal if you want your modal content to be scrollable.
:::
>>>>>>> f8b9beae24dc36a2e3e48b833c1910fb56cfeb2d

マップアプリのドロワーコンポーネントに似たシートモーダルエフェクトを作成します。シートモーダルを作成するには、`ion-modal``breakpoints``initialBreakpoint` プロパティを設定する必要があります。

Expand All @@ -144,11 +135,7 @@ import SheetExample from '@site/static/usage/v8/modal/sheet/basic/index.md';

<SheetExample />

<<<<<<< HEAD
#### 背景コンテンツとのインタラクション
=======
### Interacting with background content
>>>>>>> f8b9beae24dc36a2e3e48b833c1910fb56cfeb2d
### 背景コンテンツとのインタラクション

import SheetBackgroundContentExample from '@site/static/usage/v8/modal/sheet/background-content/index.md';

Expand Down

0 comments on commit 59e9781

Please sign in to comment.