---
title: Tabs
description: Easily create accessible, fully customizable tab interfaces, with robust focus management and keyboard navigation support.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
Tab 1
Tab 2
Tab 3
Tab 1 Content
Tab 2 Content
Tab 3 Content
```
## Props
### Animate UI props
## Credits
- We use [Headless UI](https://headlessui.com/react/tabs) for the tabs component.
- We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/tabs) for the tabs style.