(react) add Modal

Here it is! Our really wanted Modal component, based on Figma sketches.
This commit is contained in:
Nathan Vasse
2024-01-18 14:38:48 +01:00
committed by NathanVss
parent 81e4da1d36
commit 1445f4a222
32 changed files with 1723 additions and 111 deletions

View File

@@ -19,6 +19,7 @@
@use "./components/Forms/Switch";
@use "./components/Forms/DatePicker";
@use "./components/Loader";
@use "./components/Modal";
@use "./components/Pagination";
@use "./components/Popover";
@use "./components/Toast";