(react) add Alert

Here is the Alert component based on recent delivered sketches.
There is a main component that based on props renders sub alert components.
This commit is contained in:
Nathan Vasse
2023-12-20 11:02:59 +01:00
committed by NathanVss
parent 3800cd8142
commit 33d0c9fdca
13 changed files with 640 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
@use "@openfun/cunningham-tokens/default-tokens";
@use "utils/accessibility";
@use "./components/Alert";
@use "./components/Button";
@use "./components/DataGrid";
@use "./components/Forms/Checkbox";