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 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TabsItem = exports.TabsContainer = void 0; var tslib_1 = require("tslib"); var TabsContainer_1 = tslib_1.__importDefault(require("./components/TabsContainer")); exports.TabsContainer = TabsContainer_1.default; var TabsItem_1 = tslib_1.__importDefault(require("./components/TabsItem")); exports.TabsItem = TabsItem_1.default; //# sourceMappingURL=index.js.map