Added tabs components and refactored stuff to work properly with composed / nested elements etc...
All checks were successful
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Successful in 58s
All checks were successful
Build, Test, and Publish (to Private NPM Registry) UI Components Library / publish (push) Successful in 58s
This commit is contained in:
parent
1c2d794a18
commit
d2e99cc280
27 changed files with 1579 additions and 145 deletions
11
test-harness/views/tab-partials/tab-3.partial.ejs
Normal file
11
test-harness/views/tab-partials/tab-3.partial.ejs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue