Skip to content

Commit a9435a3

Browse files
authored
Update README.md
1 parent d19fd9f commit a9435a3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To get started:
154154

155155
1. Conform your Settings view to `protocol SherlockView`
156156
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:
157+
3. Inside view's `body`, use `SherlockForm` (just like normal `Form`), and use various built-in form components:
158158
- Basic built-in cells
159159
- `textCell`
160160
- `textFieldCell`
@@ -168,6 +168,9 @@ To get started:
168168
- `datePickerCell`
169169
- `sliderCell`
170170
- `stepperCell`
171+
- List
172+
- `simpleList`
173+
- `nestedList`
171174
- More customizable cells (part of `ContainerCell`)
172175
- `hstackCell`
173176
- `vstackCell`

0 commit comments

Comments
 (0)