♻️(react) create a generic LabelledBox

This component is responsible to display the label as placeholder for forms
input. It was tied inside Input but now we will need to have the same ui
for Select field, by extracting it in a dedicated component we make it
reusable quickly.
This commit is contained in:
Nathan Vasse
2023-05-05 16:03:31 +02:00
committed by NathanVss
parent 1d3b1456ca
commit df57fb8a57
4 changed files with 83 additions and 0 deletions

View File

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