FAQs
How do I add new sections to the SPA?
Duplicate a <div id="spa-...">
block, set a new ID and tab, and add to your spa-tab
navigation. It just works!
How can I style it to match my brand?
Edit css/style.css
to update colors, gradients, font, or layout. It’s plain CSS—use variables for easy theming.
Does it work offline?
Yes! All content loads with the page.
Can I add AJAX/API loading?
Absolutely. Swap out a section’s content with anything you wish once the tab is clicked.