Skip to content

Commit 21fd57f

Browse files
committed
Merge remote-tracking branch 'origin/main' into ui/wrapping
2 parents 249460d + a02a5c9 commit 21fd57f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ A SwiftUI library to present a Pill Picker view
2121

2222
## How it looks
2323

24-
<div style="display:flex; justify-content: center">
25-
<img src="Assets/Showroom_1.png" alt="PillPickerView example 1" style="width: 200px;margin-right:50px;"/>
26-
<img src="Assets/Showroom_2.png" alt="PillPickerView example 2" style="width: 200px;"/>
27-
</div>
24+
https://github.com/adisve/PillPickerView/assets/96535657/4f052e75-36f1-4f59-9664-0a187b07de28
25+
26+
<br>
2827

2928
## 📀 Installation
3029
Requires iOS 14+. PillPickerView can be installed through the [Swift Package Manager](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) (recommended) or [Cocoapods](https://cocoapods.org/).
@@ -119,6 +118,8 @@ struct ContentView: View {
119118

120119
In the example above, replace YourPillType with your custom pill type and yourItemList with an array of items conforming to the Pill protocol.
121120

121+
<br>
122+
122123
## ✨ Customization
123124

124125
PillPickerView offers a range of customization options to tailor the appearance of the pills to your app's design. You can customize the font, colors, animation, size, and other visual aspects of the pills by using the available modifier functions.

0 commit comments

Comments
 (0)