Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Sep 15, 2024
1 parent 4b46a6f commit 0eb7d18
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bottom-sheet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Bottom Sheet
title: Unstyled Jetpack Compose Bottom Sheet component
description: A renderless, highly performant foundational component to build bottom sheets with, jam-packed with styling features without compromising on
accessibility or keyboard interactions.
---
Expand Down
7 changes: 5 additions & 2 deletions docs/dialog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: Unstyled Jetpack Compose Dialog component
description: A stackable, renderless, highly performant foundational component to build modal bottom sheets with, jam-packed with styling features without compromising on accessibility or keyboard interactions.
---
# Dialog

An unstyled Dialog component for Composable Multiplatform that can be used to implement Dialogs with the styling of your
choice.
An unstyled Dialog component for Jetpack Compose that can be used to implement Dialogs with the styling of your choice.

Fully accessible, supports animations, offers consistent behavior across platforms and an optional background scrim.

Expand Down
4 changes: 4 additions & 0 deletions docs/icon.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Unstyled Jetpack Compose Icon component
description: A component for rendering iconography with the tinting of your choice.
---
# Icon

A component for rendering iconography with the tinting of your choice.
Expand Down
4 changes: 4 additions & 0 deletions docs/menu.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Unstyled Jetpack Compose Dropdown Menu component
description: A stackable, renderless, highly performant foundational component to build modal bottom sheets with, jam-packed with styling features without compromising on accessibility or keyboard interactions.
---
# Dropdown Menu

An unstyled component for Compose Multiplatform that can be used to implement Dropdown Menus with the styling
Expand Down
4 changes: 4 additions & 0 deletions docs/modal-bottom-sheet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Unstyled Jetpack Compose Modal Bottom Sheet component
description: A stackable, renderless, highly performant foundational component to build modal bottom sheets with, jam-packed with styling features without compromising on accessibility or keyboard interactions.
---
# Bottom Sheet (Modal)

A stackable, renderless, highly performant foundational component to build modal bottom sheets with, jam-packed with
Expand Down

0 comments on commit 0eb7d18

Please sign in to comment.