Skip to content

Commit 1010262

Browse files
committed
add more examples
1 parent 54bdad9 commit 1010262

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

source/examples/component.md renamed to source/examples/boilerplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Project Boilerplate
22
type: examples
3-
order: 6
3+
order: 8
44
---
55

66
<img style="width:100%;max-width:737px" src="/images/component-example.png">

source/examples/image-slider.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Image Slider Component
2+
type: examples
3+
order: 6
4+
---
5+
6+
> This example mainly showcases the spec-compliant &lt;content/&gt; insertion points implmentation.
7+
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/zFK6b/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/svg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
title: SVG
1+
title: SVG Graph
22
type: examples
3-
order: 4
3+
order: 5
44
---
55

66
> This example showcases a combination of custom component, computed property, two-way binding and SVG support.

source/examples/todomvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: TodoMVC
22
type: examples
3-
order: 5
3+
order: 7
44
---
55

66
<iframe width="100%" height="500" src="/perf/todomvc-benchmark/vue/index.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/tree-view.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Tree View
2+
type: examples
3+
order: 4
4+
---
5+
6+
> Example of a simple tree view implementation showcasing recursive usage of components.
7+
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2caRm/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

0 commit comments

Comments
 (0)