Components
Tab

Tab Component

Add sleek, animated transitions to your tabs for a modern user experience.

Example

Train

Installation

Install the necessary dependencies:

npm install tailwindcss react-icons framer-motion

Copy and paste the following code into your project.

Props

PropTypeDescription
items{ name: string; label: string; icon: React.ReactNode; }[]Array of items containing name, label, and icon properties