Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 2.03 KB

README.md

File metadata and controls

65 lines (51 loc) · 2.03 KB

Your Project's Title...

Your project's description...

Environments

Installation

npm i

Linting

npm run lint

Local development

  1. Create a new repository based on the aem-boilerplate-forms template and add a mountpoint in the fstab.yaml
  2. Add the AEM Code Sync GitHub App to the repository
  3. Install the AEM CLI: npm install -g @adobe/aem-cli
  4. Start AEM Proxy: aem up (opens your browser at http://localhost:3000)
  5. Open the {repo} directory in your favorite IDE and start coding :)

Prerequisites

  • nodejs 18.3.x or newer
  • AEM Cloud Service release 2024.8 or newer (>= 17465)

List of Form Components

  1. Button
  2. Checkbox
  3. Checkbox Group
  4. Date Picker
  5. Dropdown List
  6. Email Input
  7. File Input
  8. Form Fragment
  9. Image
  10. Modal
  11. Number Input
  12. Panel
  13. Radio Group
  14. Reset
  15. Submit
  16. Telephone Input
  17. Terms and Conditions
  18. Text
  19. Text Input
  20. Wizard

Resources

Documentation

Presentations and Recordings