We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19fd9f commit a9435a3Copy full SHA for a9435a3
README.md
@@ -154,7 +154,7 @@ To get started:
154
155
1. Conform your Settings view to `protocol SherlockView`
156
2. Add `@State var searchText: String` to your view
157
-3. Inside view's `body`, use `SherlockForm` (just like normal `Form`), and use various built-in form cells:
+3. Inside view's `body`, use `SherlockForm` (just like normal `Form`), and use various built-in form components:
158
- Basic built-in cells
159
- `textCell`
160
- `textFieldCell`
@@ -168,6 +168,9 @@ To get started:
168
- `datePickerCell`
169
- `sliderCell`
170
- `stepperCell`
171
+ - List
172
+ - `simpleList`
173
+ - `nestedList`
174
- More customizable cells (part of `ContainerCell`)
175
- `hstackCell`
176
- `vstackCell`
0 commit comments