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
5
test-harness/views/tab-partials/tab-4.partial.ejs
Normal file
5
test-harness/views/tab-partials/tab-4.partial.ejs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<h3>Tab 4 (Togglable Tab)</h3>
|
||||
<p>
|
||||
This tab is conditionally rendered based on a predicate function.
|
||||
Use the toggle link to show or hide this tab.
|
||||
</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue