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.

4 lines (3 loc) 138 B
import TabsContainer from "./components/TabsContainer"; import TabsItem from "./components/TabsItem"; export { TabsContainer, TabsItem };