Skip to content

Commit 800284f

Browse files
committed
Update Segmented doc [skip ci]
1 parent d278e69 commit 800284f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/element/segmented.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ segmented<ListItem>(1) {
3535
## Drawable Direction
3636
By default this is DrawableDirection.Top.
3737
Setting this will change where the drawable is displayed relative to the text.
38+
39+
!!! info "Center"
40+
41+
DrawableDirection.Center will center the drawable. This also removes the text.
42+
3843
```kotlin
3944
segmented<ListItem>(1) {
4045
drawableDirection = FormSegmentedElement.DrawableDirection.Top

0 commit comments

Comments
 (0)