Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Jun 1, 2021
1 parent 34ba7a1 commit ac54479
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@

## About BottomSheet

`BottomSheet` makes it easy to add custom bottom sheets to your `SwiftUI` apps. It can look like this...or completely different:
`BottomSheet` makes it easy to add custom bottom sheets to your `SwiftUI` apps.

The result can look like this...or completely different:

<p align="center">
<img src="Resources/Demo.gif" width=300 />
</p>

These sheets have a default style, but can be customized to fit your specific app.


## Installation

Expand Down Expand Up @@ -49,7 +53,7 @@ let sheet = BottomSheet(
)
```

One you have a sheet view, you can add it to any view, using the `bottomSheet` modifier:
Once you have a sheet view, you can add it to any view, using the `bottomSheet` modifier:

```swift
List(items) { item
Expand Down

0 comments on commit ac54479

Please sign in to comment.