Skip to content

Commit

Permalink
Updated ChildPanels docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov authored Nov 21, 2024
1 parent 551b6bc commit 3a180f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ The Compose extension module provides the [ChildPages(...)](https://github.com/a

- It listens for the `ChildPages` changes and displays child components using `HorizontalPager` or `VerticalPager` (see the related Jetpack Compose [documentation](https://developer.android.com/jetpack/compose/layouts/pager)).
- It animates page changes if there is a `scrollAnimation` spec provided.
- It supports displaying either just two panels (Main and Details) or three panels (Main, Details and Extra).

=== "Before version 3.2.0-alpha03"

Expand Down Expand Up @@ -276,6 +275,7 @@ The experimental Compose extension module provides the [ChildPanels(...)](https:

- It listens for the `ChildPanels` changes and displays child components (panels) using the provided `layout`.
- It animates panel changes using the provided `animators` and `predictiveBackParams` specs.
- It supports displaying either just two panels (Main and Details) or three panels (Main, Details and Extra).

The following arguments are supported.

Expand Down

0 comments on commit 3a180f6

Please sign in to comment.