Add Aidbox Forms Library
Setup and use Aidbox Forms library in your SDC project
Last updated
Was this helpful?
Setup and use Aidbox Forms library in your SDC project
Last updated
Was this helpful?
To use aibox forms library you need to add it to your project dependencies and enable needed forms.
{PROJECT_ROOT}/zen-package.edn
To enable forms you need add them to import section of your project-entrypoint namespace (or some different namespace which will be loaded)
a) You can import them all by importing library root namespace
b) Or for more precise control - you can add them one by one.
After that, you can go to Aibox Forms UI and see
If you need to change one of the library form - you should copy it (as file) from library to your project /zrc
directory and edit it there. To preserve your changes you commit them to git and push to remote git-repo.