diff --git a/addons/docs/package.json b/addons/docs/package.json
index 59d642cf835..ce5d2b64dbc 100644
--- a/addons/docs/package.json
+++ b/addons/docs/package.json
@@ -122,12 +122,16 @@
"react": ">=16.3.0",
"react-dom": "*",
"react-is": "^16.8.0",
+ "sveltedoc-parser": "^3.0.4",
"vue": "^2.6.10",
"vue-docgen-api": "^4.29.1",
"vue-docgen-loader": "^1.5.0",
"webpack": ">=4"
},
"peerDependenciesMeta": {
+ "sveltedoc-parser": {
+ "optional": true
+ },
"vue": {
"optional": true
},
diff --git a/addons/docs/src/frameworks/svelte/HOC.svelte b/addons/docs/src/frameworks/svelte/HOC.svelte
index 862125080a2..12cf1cf5e20 100644
--- a/addons/docs/src/frameworks/svelte/HOC.svelte
+++ b/addons/docs/src/frameworks/svelte/HOC.svelte
@@ -15,4 +15,5 @@
});
+
- A little text to show this is a view. -
- -- If we need to test components in a Svelte environment, for instance to test slot behaviour, -
- -- then wrapping the component up in a view -
- -- made just for the story is the simplest way to achieve this. -
-A little text to show this is a view.
-If we need to test components in a Svelte environment, for instance to test slot behaviour,
-then wrapping the component up in a view
-made just for the story is the simplest way to achieve this.
- + +A little text to show this is a view.
+If we need to test components in a Svelte environment, for instance to test slot behaviour,
+then wrapping the component up in a view
+made just for the story is the simplest way to achieve this.
diff --git a/examples/svelte-kitchen-sink/src/stories/views/ControlShowcaseView.svelte b/examples/svelte-kitchen-sink/src/stories/views/ControlShowcaseView.svelte new file mode 100644 index 00000000000..1e7312bec47 --- /dev/null +++ b/examples/svelte-kitchen-sink/src/stories/views/ControlShowcaseView.svelte @@ -0,0 +1,100 @@ + + + + +Loading State: {loadingState}
+Food Items: {JSON.stringify(food)}
+Car choice: {car}
+Date: {new Date(date)}
+