Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkk committed Mar 21, 2021
1 parent edce960 commit 0c1fd30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# WrappingHStack

WrappingHStack is a UI Element that works in a very similar way to HStack, but automatically positioning overflowing elements on next lines.

## Example

![Example](./example.png?raw=true)
```swift
WrappingHStack {
Expand Down Expand Up @@ -28,8 +32,6 @@ WrappingHStack {
.border(Color.black)
```

WrappingHStack is a UI Element that works in a very similar way to HStack, but automatically positioning overflowing elements on next lines.

## Installation
Requirements iOS 13+

Expand Down Expand Up @@ -72,4 +74,3 @@ WrappingHStack(data: 1...30, id:\.self) {
## License

WrappingHStack is released under the [MIT License](LICENSE).

0 comments on commit 0c1fd30

Please sign in to comment.