(react) add Select component

Finally our powerful Select component is available to make great forms!
This commit is contained in:
Nathan Vasse
2023-05-05 16:04:50 +02:00
committed by NathanVss
parent 270484c0e7
commit 2ff5fc5d29
21 changed files with 2441 additions and 158 deletions

View File

@@ -8,6 +8,7 @@
@import './components/Forms/Radio';
@import './components/Forms/Input';
@import './components/Forms/LabelledBox';
@import './components/Forms/Select';
@import './components/Loader';
@import './components/Pagination';