Tutorial: Build an FAQ Component
Build a complete FAQ accordion component from scratch in four hands-on parts
What You'll Build
The Finished Files
com.example.faq/
├── info.json
├── properties.json
├── collections/
│ └── questions/
│ ├── info.json
│ ├── properties.json
│ └── defaults.json
├── hooks.js
└── templates/
├── index.html
└── alpine.htmlPrerequisites
Quickstart
How the Four Parts Stack
Conventions Used in the Tutorial
Related Documentation
Last updated
Was this helpful?

