UNPKG

@mankindui/core

Version:

- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)

12 lines (11 loc) 547 B
import { j as s } from "../../_virtual/jsx-runtime.js"; const r = ({ children: a, className: e = "w-full p-4 min-h-[150px] border border-gray-400/50 resize-none focus:outline-none focus:ring-1 focus:ring-gray-300 focus:border-gray-400 text-base rounded-xl scrollbar-thin scrollbar-thumb-gray-400 scrollbar-track-gray-100", ...o }) => /* @__PURE__ */ s.jsx("textarea", { "data-component": r.displayName, className: [e].join(" "), ...o, children: a }); r.displayName = "Textarea"; export { r as Textarea }; //# sourceMappingURL=index.js.map