ba-web-components/test-harness/views/tab-partials/tab-3.partial.ejs
Alan Bridgeman d2e99cc280
All checks were successful
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Successful in 58s
Added tabs components and refactored stuff to work properly with composed / nested elements etc...
2026-05-18 13:56:31 -05:00

11 lines
No EOL
235 B
Text

<article>
<header>
<h4>Subsection 1</h4>
</header>
<section>
<p>This is the content of Subsection 1 in Tab 3.</p>
</section>
<footer>
<p>Footer content for Tab 3.</p>
</footer>
</article>