📁 src
📁 components
📄 Button.jsx
📄 Modal.jsx
📁 utils
📄 helpers.js
📄 config.js
📄 README.md
📄 package.json
� .gitignore
This demonstrates a tree-like structure using nested
<details> elements with focus groups. Each details
contains a focus group for vertical arrow navigation within its content.
Each details element would be initialized as:
initFocusGroup(element, {
direction: "vertical", // Only up/down arrows
loop: false, // Stay at boundaries
skipTab: true // Tab exits the group
});