(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

@@ -2,6 +2,7 @@ import "./index.scss";
import { PartialExtendableNested, PartialNested } from ":/types";
import { tokens } from "./cunningham-tokens";
export * from "./components/Alert";
export * from "./components/Button";
export * from "./components/DataGrid";
export * from "./components/DataGrid/DataList";