UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

9 lines (8 loc) 245 B
"use client"; import { jsx as r } from "react/jsx-runtime"; import t from "./Tabs.module.css.js"; const a = ({ children: s }) => /* @__PURE__ */ r("div", { className: t.tab, children: s }); export { a as Tab }; //# sourceMappingURL=Tab.js.map