halfmoonui / halfmoon

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.
https://www.gethalfmoon.com
MIT License
3.01k stars 118 forks source link

[Request] Tabs #106

Closed blockiyt closed 1 month ago

blockiyt commented 3 years ago

Something like this: https://getbootstrap.com/docs/5.0/components/navs-tabs/#javascript-behavior, it's great for Information boxes.

OvermindDL1 commented 3 years ago

For note, tabs can be done without JS, I've done so with a set of radio inputs and labels to act as the switchers and tags for the CSS to show the right section, easily overall. Even possible to be generic to the number of tabs as well.

mrintangble commented 1 year ago

@OvermindDL1 Would you illustrate us?