(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

@@ -8,6 +8,7 @@
@import './components/Forms/Field';
@import './components/Forms/FileUploader';
@import './components/Forms/Radio';
@import './components/Forms/TextArea';
@import './components/Forms/Input';
@import './components/Forms/LabelledBox';
@import './components/Forms/Select';