UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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