UNPKG

@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) 414 B
'use client'; import {jsx}from'react/jsx-runtime';import'client-only';import {TabList,composeRenderProps}from'react-aria-components';import {TabStyles}from'./styles.js';const{list:T}=TabStyles();function L({children:s,className:t,...o}){return jsx(TabList,{...o,className:composeRenderProps(t,i=>T({className:i})),children:s})}export{L as TabList};//# sourceMappingURL=list.js.map //# sourceMappingURL=list.js.map