We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c729fd commit e01ff0eCopy full SHA for e01ff0e
README.md
@@ -92,6 +92,7 @@ PillPickerView(
92
Here's an example usage of PillPickerView in a SwiftUI view:
93
94
```swift
95
+import PillPickerView
96
97
struct ContentView: View {
98
@State private var selectedPills: [YourPillType] = []
0 commit comments