(react) add TextArea component

How could we ship a design system library without a textarea?
This commit is contained in:
Nathan Vasse
2023-10-20 17:13:21 +02:00
committed by NathanVss
parent 01528b9377
commit bbf3df852f
12 changed files with 826 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ export * from "./components/Forms/Input";
export * from "./components/Forms/Radio";
export * from "./components/Forms/Select";
export * from "./components/Forms/Switch";
export * from "./components/Forms/TextArea";
export * from "./components/Loader";
export * from "./components/Pagination";
export * from "./components/Popover";