Navigation

A component that organizes content into separate panels, allowing users to switch between sections without reloading the page.

Basic

Tabs divide content into sections, allowing users to easily switch between them.

Loading...

Installation

If you hit any issues, make sure you check out the installation guide here for more information.

Manual installation

Make sure you also install the composed components and the required packages for the component to function properly.

Anatomy

With icons

If you want to include icons in your tabs, it's simple to do. This tab setup handles icons smoothly, maintaining a clean design.

Loading...

Orientation

You can set the orientation of the tabs to either horizontal or vertical.

Loading...

Collections

Tabs can also be used within collections.

Loading...

If you want to use tabs as navigational links, you can add the href prop to the Tab component. This will automatically change the cursor to a pointer.

Loading...

Disabled

You can disable all tabs by setting the isDisabled prop to true.

Loading...

You can also disable individual tabs by setting the isDisabled prop for each one, like this:

<Tab isDisabled id="c">Contact</Tab>
<Tab isDisabled id="a">About Us</Tab>
Flexible blocks and templates
Use ready-made blocks to craft unique pages without starting from scratch.
blocks.intentui.com
Tabs / Intent UI