diff --git a/public/Mesh_Logo_Black.svg b/public/Mesh_Logo_Black.svg new file mode 100644 index 00000000..e0f9bb19 --- /dev/null +++ b/public/Mesh_Logo_Black.svg @@ -0,0 +1,12 @@ + + + diff --git a/public/Mesh_Logo_White.svg b/public/Mesh_Logo_White.svg new file mode 100644 index 00000000..b1bcd575 --- /dev/null +++ b/public/Mesh_Logo_White.svg @@ -0,0 +1,12 @@ + + + diff --git a/public/fonts/inter/Inter-italic.var.woff2 b/public/fonts/inter/Inter-italic.var.woff2 new file mode 100644 index 00000000..03875311 Binary files /dev/null and b/public/fonts/inter/Inter-italic.var.woff2 differ diff --git a/public/fonts/inter/Inter-roman.var.woff2 b/public/fonts/inter/Inter-roman.var.woff2 new file mode 100644 index 00000000..a6efdc48 Binary files /dev/null and b/public/fonts/inter/Inter-roman.var.woff2 differ diff --git a/public/fonts/inter/inter.css b/public/fonts/inter/inter.css new file mode 100644 index 00000000..3294b018 --- /dev/null +++ b/public/fonts/inter/inter.css @@ -0,0 +1,17 @@ +@font-face { + font-family: 'Inter var'; + font-weight: 100 900; + font-display: swap; + font-style: normal; + font-named-instance: 'Regular'; + src: url("Inter-roman.var.woff2?v=3.18") format("woff2"); +} + +@font-face { + font-family: 'Inter var'; + font-weight: 100 900; + font-display: swap; + font-style: italic; + font-named-instance: 'Italic'; + src: url("Inter-italic.var.woff2?v=3.18") format("woff2"); +} diff --git a/public/index.html b/public/index.html index e772d911..aa028384 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,13 @@ + + + + { }, [dispatch]); return ( -
+ {' '} + One of the repetitive and tedious jobs in Angular is to + create confirmation dialogs. Since dialogs require their own + component you have to either create a separate component + every time you need a confirmation dialog or you have to + create your own confirmation dialog system that can be + configured.{' '} +
+
+ {' '}
+ In order for you to save time while developing with Fuse, we
+ have created a simple yet powerful{' '}
+ FuseConfirmationService to create customized
+ confirmation dialogs on-the-fly.{' '}
+
+ {' '} + Below you can configure and preview the confirmation dialog. + You can use the generated configuration object within your + code to have the exact same dialog.{' '} +
++ {' '} + For more detailed information and API documentation, check + the{' '} + + documentation + {' '} + page.{' '} +
+