UNPKG

@arolariu/components

Version:

🎨 70+ beautiful, accessible React components built on Base UI. TypeScript-first, CSS Modules styling, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡

13 lines (12 loc) • 515 B
import { jsx } from "react/jsx-runtime"; import { cn } from "../../lib/utilities.js"; import textarea_module from "./textarea.module.js"; import * as __rspack_external_react from "react"; const Textarea = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx("textarea", { ref: ref, className: cn(textarea_module.textarea, className), ...props })); Textarea.displayName = "Textarea"; export { Textarea }; //# sourceMappingURL=textarea.js.map