UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

5 lines (4 loc) 209 B
'use client'; import { jsx as _jsx } from "react/jsx-runtime"; export const TabItem = ({ children, className }) => _jsx("div", { className: className, children: children }); TabItem.displayName = 'Tabs.Item';