avo
avo copied to clipboard
feature: expose native field components to the public
Description
Fixes https://github.com/avo-hq/avo/issues/1128 Fixes https://github.com/avo-hq/avo/issues/1126
It will enable a developer to create UIs using Avo's DSL methods.
Example: avo_edit_field(:name, as: :text, form: form, help: 'The name of your city', required: true, compact: false)
will generate an Avo styled edit input field with all the options passed to it.
Checklist:
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
Manual review steps
- Step 1
- Step 2
Manual reviewer: please leave a comment with output from the test if that's the case.
Code Climate has analyzed commit 8a8f5028 and detected 0 issues on this pull request.
View more on Code Climate.
This PR has been marked as stale because there was no activity for the past 15 days.
This PR has been merged into main
. The functionality will be available in the next release.
Please check the release guide for more information.