From 3a180f6f5a77bf9aa39bbe3faebd5b1606f465e1 Mon Sep 17 00:00:00 2001 From: Arkadii Ivanov Date: Thu, 21 Nov 2024 22:11:10 +0000 Subject: [PATCH] Updated ChildPanels docs --- docs/extensions/compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/compose.md b/docs/extensions/compose.md index efe960ba..396acebd 100644 --- a/docs/extensions/compose.md +++ b/docs/extensions/compose.md @@ -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" @@ -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.