(react) add Switch component

Implement a shiny new component that can be used as an alternative to
the regular checkbox.
This commit is contained in:
Nathan Vasse
2023-05-17 15:21:46 +02:00
committed by NathanVss
parent ec8def0cb1
commit 9d7ad489ba
15 changed files with 815 additions and 3 deletions

View File

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