UNPKG

@neynar/ui

Version:

React UI component library built on shadcn/ui and Tailwind CSS

41 lines (31 loc) 879 B
# TabsList **Type**: component Container component that groups all tab trigger buttons together. Provides consistent styling and layout for tab triggers with a unified background and proper spacing. The list maintains the tab order and handles focus management within the tabbed interface. ## JSX Usage ```jsx import { TabsList } from '@neynar/ui'; <TabsList loop={true} className="value" asChild={true} > {/* Your content here */} </TabsList> ``` ## Component Props ### loop - **Type**: `boolean` - **Required**: No - **Description**: No description available ### className - **Type**: `string` - **Required**: No - **Description**: No description available ### children - **Type**: `React.ReactNode` - **Required**: No - **Description**: No description available ### asChild - **Type**: `boolean` - **Required**: No - **Description**: No description available