UNPKG

flex-element-tabs

Version:

flex-element-tabs is a versatile JavaScript library for creating dynamic tabs in web interfaces. It offers customizable, lightweight, and easy-to-integrate tab components, enhancing user navigation and content organization in web applications.

9 lines 298 B
import React from "react"; var TabsItem = function (_a) { var children = _a.children, title = _a.title; return (React.createElement("div", null, React.createElement("div", { hidden: true }, title), children)); }; export default TabsItem; //# sourceMappingURL=TabsItem.js.map