lotte css

Tabs

Pure CSS tabs - no JavaScript required!

Basic Tabs

Overview

These tabs are built with pure CSS using the radio button trick. No JavaScript needed!

The tabs are fully accessible and work with keyboard navigation.

Features

  • Zero JavaScript
  • Smooth transitions
  • Keyboard accessible
  • Customizable colors
  • Responsive design

Usage

<div class="tabs">
  <input type="radio" id="tab1" name="tabs" checked>
  <label class="tab-label" for="tab1">Tab 1</label>
  
  <input type="radio" id="tab2" name="tabs">
  <label class="tab-label" for="tab2">Tab 2</label>
  
  <div class="content">
    <div class="tab-content">Content 1</div>
    <div class="tab-content">Content 2</div>
  </div>
</div>

Vertical Tabs

Profile Settings

General Settings

Configure your general application preferences here.

Security

Manage your security settings and privacy options.

Notifications

Choose what notifications you want to receive.

Multiple Tab Groups

You can have multiple independent tab groups on the same page:

Product Categories

Latest smartphones, laptops, and gadgets
Fashion for all seasons and styles
Bestsellers and new releases

Documentation

Quick start guide and installation
Complete API documentation
Code examples and tutorials