@accelint/design-toolkit
Version:
An open-source component library to serve as part of the entire ecosystem of UX for Accelint.
4 lines (3 loc) • 399 B
JavaScript
'use client';
import {jsx}from'react/jsx-runtime';import'client-only';import {Tab,composeRenderProps}from'react-aria-components';import {TabStyles}from'./styles.js';const{tab:e}=TabStyles();function c({children:o,className:a,...r}){return jsx(Tab,{...r,className:composeRenderProps(a,p=>e({className:p})),children:o})}export{c as Tab};//# sourceMappingURL=tab.js.map
//# sourceMappingURL=tab.js.map