We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f6c7a commit c6a6354Copy full SHA for c6a6354
packages/site/src/routes/demo/snackbar/_Colours.scss renamed to packages/site/src/routes/demo/snackbar/_Colors.scss
packages/site/src/routes/demo/snackbar/_Colours.svelte renamed to packages/site/src/routes/demo/snackbar/_Colors.svelte
packages/site/src/routes/demo/snackbar/index.svelte
@@ -25,6 +25,10 @@
25
Using dynamic text
26
</Demo>
27
28
+ <Demo component={Colors} file="snackbar/_Colors.svelte">
29
+ Colored snackbars
30
+ </Demo>
31
+
32
<Demo component={Kitchen} file="snackbar/_Kitchen.svelte">
33
The "Kitchen" Snackbar generator
34
@@ -37,5 +41,6 @@
37
41
import LeadingWithAction from './_LeadingWithAction.svelte';
38
42
import StackedWithAction from './_StackedWithAction.svelte';
39
43
import DynamicText from './_DynamicText.svelte';
44
+ import Colors from './_Colors.svelte';
40
45
import Kitchen from './_Kitchen.svelte';
46
</script>
0 commit comments