---
title: Tabs
description: A set of layered sections of content—known as tab panels—that are displayed one at a time.
author:
name: imskyleen
url: https://github.com/imskyleen
---
## Installation
## Usage
```tsx
Tab 1
Tab 2
Tab 1 Content
Tab 2 Content
```
## Props
### Animate UI props
#### TabsList
#### TabsContents
#### TabContent
## Credits
- We use [Radix UI](https://www.radix-ui.com/primitives/docs/components/tabs) for the tabs component.
- We take our inspiration from [Shadcn UI](https://ui.shadcn.com/docs/components/tabs) for the tabs style.