added toast component to display information in an asynchronous manner

This commit is contained in:
Sebastian Sdorra
2019-12-11 15:44:09 +01:00
parent dd3b02bbff
commit 3c615bc7ba
9 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export { default as Toast } from "./Toast";
export { default as ToastButton } from "./ToastButton";
export { default as ToastButtons } from "./ToastButtons";