Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dokar3 committed Jul 30, 2023
1 parent 7221864 commit 1457ffa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.dokar3/sheets/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.dokar3/sheets)

Another rich-feature BottomSheet in Jetpack Compose.
Another feature-rich bottom sheet in Jetpack Compose.

<a href="images/screenshot_simple.png"><img src="images/screenshot_simple.png" width="32%"/></a>
<a href="images/screenshot_list.png"><img src="images/screenshot_list.png" width="32%"/></a>
Expand Down Expand Up @@ -70,6 +70,8 @@ val state = rememberBottomSheetState(

### Material 2 and Material 3

Migration is simple, just change the imports.

```kotlin
// Material 2:
import com.dokar.sheets.BottomSheet
Expand Down

0 comments on commit 1457ffa

Please sign in to comment.