Components
Tabs
Lifted Tab

Lifted Tab

Elegant and interactive tab components crafted with Tailwind CSS and Framer Motion. Easily integrate and customize to elevate your web applications.

Tabs Animated framer-motion

npm install gopx-webui

Installation

Run the following command:

npx gopx-webui add lifted-tab

Props

PropTypeRequiredDescription
tabsArray<{ id: string; label: string; }>YesAn array of tab objects, each containing an id and label.
activeTabstringYesThe id of the currently active tab.
setActiveTab(tabId: string) => voidYesA function to update the active tab by setting its id.