File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -594,4 +594,4 @@ const formValidations = {
594594}
595595```
596596
597- [ Examples ] ( https://github.com/darianstlex/efx-forms-cra )
597+
Original file line number Diff line number Diff line change @@ -212,5 +212,6 @@ When reporting:
212212
213213## Questions?
214214
215- - Review [ examples] ( https://github.com/darianstlex/efx-forms-cra )
215+ - Review the [ Examples] ( /docs/examples ) documentation
216+ - Check out the [ Quick Links] ( /docs/examples#quick-links ) for common patterns
216217- Open an issue for questions
Original file line number Diff line number Diff line change @@ -14,14 +14,11 @@ Practical examples showing common form patterns with efx-forms.
1414
1515## Full Working Examples
1616
17- For complete working examples, see the [ efx-forms-cra ] ( https://github.com/darianstlex/efx-forms-cra ) repository.
17+ For complete working examples, see the example pages in this documentation:
1818
19- ``` bash
20- git clone https://github.com/darianstlex/efx-forms-cra
21- cd efx-forms-cra
22- npm install
23- npm start
24- ```
19+ - [ Basic Form] ( /docs/examples/basic-form ) - Simple Form + Field setup
20+ - [ Validation] ( /docs/examples/validation ) - Form validation patterns
21+ - [ Advanced Patterns] ( /docs/examples/advanced ) - Conditional fields, dynamic forms
2522
2623## Common Patterns
2724
Original file line number Diff line number Diff line change @@ -337,5 +337,5 @@ function DataProviderForm() {
337337
338338## Next Steps
339339
340- - Explore more patterns in the [ efx-forms-cra] ( https://github.com/darianstlex/efx-forms-cra ) repository
341340- Check the [ API Reference] ( ../api/components.md ) for complete component documentation
341+ - Review the [ Examples] ( ../examples.md ) page for more patterns
You can’t perform that action at this time.
0 commit comments