Tab
The tab module aims to combine multiple components and design paradigms, like collapses, accordions, carousels and tabs, into one general-purpose component. Tabs are very simple in structure, responsive on mobile and they allow for layout customization so that you can turn them into accordions or collapses whenever you want.
All examples showcased refer to the mini-default flavor, some class names and styles might differ based on the flavor you're using.
@@ -51,7 +51,7 @@Quick overview
@@ -66,7 +66,7 @@Basic syntax
checked
attribute to one of your <input>
s if you want that tab to be the one displayed by default. If none is specified, the first one will be displayed.height
of the tab container's panel area is 400px
. If you want to change this default size, please check out the customization page.Stacked tabs
If you want to learn more about mini.css's modules, go back to the modules page and choose another module to see its documentation.