@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
16 lines (13 loc) • 381 B
JavaScript
import { cn } from './chunk-ZD2QRAOX.js';
import { Label as Label$1 } from 'radix-ui';
import { jsx } from 'react/jsx-runtime';
function Label({ className, ...props }) {
return /* @__PURE__ */ jsx(
Label$1.Root,
{
className: cn("text-subtitle-1 peer-disabled:cursor-not-allowed peer-disabled:opacity-70", className),
...props
}
);
}
export { Label };