Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd32223

Browse files
codesnippet -> codepen
1 parent7de22d5 commitfd32223

33 files changed

+48
-126
lines changed

‎content/Accordion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="VBYOpp"></CodeSnippet>
9+
<CodepencodePenId="VBYOpp"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Breadcrumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
##Examples
77

8-
<CodeSnippetcodePenId="ajNPdp"></CodeSnippet>
8+
<CodepencodePenId="ajNPdp"></Codepen>
99

1010
##Props/Slots
1111

‎content/Button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Buttons** express what action will occur when the user clicks or touches it. Buttons are used to initialize an action, either in the background or foreground of an experience.
55
##Examples
66

7-
<CodeSnippetcodePenId="bjpOzN"></CodeSnippet>
7+
<CodepencodePenId="bjpOzN"></Codepen>
88

99
##Props/Slots
1010

‎content/Checkbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
##Examples
77

8-
<CodeSnippetcodePenId="OwNdRy"></CodeSnippet>
8+
<CodepencodePenId="OwNdRy"></Codepen>
99

1010
##Props/Slots
1111

‎content/CodeSnippet.md

Lines changed: 13 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,23 @@
11

2-
#CodeSnippet
2+
#Text input
33

4-
`<span>{{sss}}</span>`
4+
**Text inputs** enable the user to interact with and input data. Use when the application requires long-form content from the user.
55

6-
>This is test.
76

8-
- How are you?
9-
- Fine, Thank you, and you?
10-
- I'm fine, too. Thank you.
11-
- 🌚
7+
##Examples
128

13-
```javascript
14-
importVuefrom'vue'
9+
<CodepencodePenId="VBYOpp"></Codepen>
1510

16-
Vue.config.debug=true
17-
```
11+
##Props/Slots
1812

19-
<divclass="test">
20-
{{ model }} test
21-
</div>
13+
###component props
2214

23-
<compo>{{ model }}</compo>
15+
| Name| Type| default| required|
16+
| ------| -----------| ------| -----|
17+
| default||| no|
2418

25-
<div
26-
class="abc"
27-
@click="show = false">
28-
啊哈哈哈
29-
</div>
19+
###component slots
3020

31-
>All script or style tags in html mark will be extracted.Script will be excuted, and style will be added to document head.
32-
>Notice if there is a string instance which contains special word "&lt;/script>", it will fetch a SyntaxError.
33-
>Due to the complexity to solve it, just don't do that.
34-
```html
35-
<stylescoped>
36-
.test {
37-
background-color:green;
38-
}
39-
</style>
40-
41-
<stylescoped>
42-
.abc {
43-
background-color:yellow;
44-
}
45-
</style>
46-
<script>
47-
let a=1<2;
48-
let b="<-forget it-/script>";
49-
console.log("***This script tag is successfully extracted and excuted.***")
50-
module.exports= {
51-
components: {
52-
compo: {
53-
render(h) {
54-
returnh('div', {
55-
style: {
56-
background:'red'
57-
}
58-
},this.$slots.default);
59-
}
60-
}
61-
},
62-
63-
data () {
64-
return {
65-
model:'abc'
66-
}
67-
}
68-
}
69-
</script>
70-
jjjjjjjjjjjjjjjjjjjjjj
71-
<template>
72-
<div></div>
73-
</template>
74-
```
75-
76-
77-
78-
<div>
79-
</div>
80-
81-
sadfsfs
82-
83-
大家哦哦好啊谁都发生地方上的冯绍峰s
84-
85-
>sahhhh
86-
87-
<compo>{{ model }}</compo>
88-
89-
```html
90-
<compo>{{model }}{{model }}{{model }}{{model }}{{ model }}</compo>
91-
```
92-
93-
94-
95-
<!-- <style src="./custom.css"></style>-->
96-
97-
##引入 style 文件
98-
99-
<divclass="custom">
100-
原谅色
101-
</div>
21+
| Name| Type| required|
22+
| ------| -----------| ------|
23+
| default| any| no|

‎content/DataTable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="VBYOpp"></CodeSnippet>
9+
<CodepencodePenId="VBYOpp"></Codepen>
1010

1111
##Props/Slots
1212

‎content/DatePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="MBeBJP"></CodeSnippet>
9+
<CodepencodePenId="MBeBJP"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
##Examples
99

10-
<CodeSnippetcodePenId="EpypmB"></CodeSnippet>
10+
<CodepencodePenId="EpypmB"></Codepen>
1111

1212
##Props/Slots
1313

‎content/FileUploader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="EpypXB"></CodeSnippet>
9+
<CodepencodePenId="EpypXB"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="ZjOjJV"></CodeSnippet>
9+
<CodepencodePenId="ZjOjJV"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="jprpGK"></CodeSnippet>
9+
<CodepencodePenId="jprpGK"></Codepen>
1010

1111
##Props/Slots
1212

‎content/List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="zLBLEV"></CodeSnippet>
9+
<CodepencodePenId="zLBLEV"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Loading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
###with overlay
1010

11-
<CodeSnippetcodePenId="LBZBdG"></CodeSnippet>
11+
<CodepencodePenId="LBZBdG"></Codepen>
1212

1313
###small circle
1414

15-
<CodeSnippetcodePenId="ejzjMo"></CodeSnippet>
15+
<CodepencodePenId="ejzjMo"></Codepen>
1616

1717
###with a button trigger
1818

19-
<CodeSnippetcodePenId="LBZBmG"></CodeSnippet>
19+
<CodepencodePenId="LBZBmG"></Codepen>
2020

2121
##Props/Slots
2222

‎content/Modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="GBqBXv"></CodeSnippet>
9+
<CodepencodePenId="GBqBXv"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Notification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
##Examples
88

99
###toast
10-
<CodeSnippetcodePenId="KBMBYJ"></CodeSnippet>
10+
<CodepencodePenId="KBMBYJ"></Codepen>
1111

1212
###inline
13-
<CodeSnippetcodePenId="ZjOjNg"></CodeSnippet>
13+
<CodepencodePenId="ZjOjNg"></Codepen>
1414

1515
##Props/Slots
1616

‎content/NumberInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="zLBJGv"></CodeSnippet>
9+
<CodepencodePenId="zLBJGv"></Codepen>
1010

1111
##Props/Slots
1212

‎content/OverflowMenu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
##Examples
77

8-
<CodeSnippetcodePenId="XBKPdm"></CodeSnippet>
8+
<CodepencodePenId="XBKPdm"></Codepen>
99

1010
##Props/Slots
1111

‎content/Pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="WKxgwP"></CodeSnippet>
9+
<CodepencodePenId="WKxgwP"></Codepen>
1010

1111
##Props/Slots
1212

‎content/ProgressIndicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="qyNMar"></CodeSnippet>
9+
<CodepencodePenId="qyNMar"></Codepen>
1010

1111
##Props/Slots
1212

‎content/RadioButton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="zLBJoq"></CodeSnippet>
9+
<CodepencodePenId="zLBJoq"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="BPzOpG"></CodeSnippet>
9+
<CodepencodePenId="BPzOpG"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="zLBJZB"></CodeSnippet>
9+
<CodepencodePenId="zLBJZB"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Slider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
##Examples
77

8-
<CodeSnippetcodePenId="bjexqz"></CodeSnippet>
8+
<CodepencodePenId="bjexqz"></Codepen>
99

1010
##Props/Slots
1111

‎content/StructuredList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="VBYOpp"></CodeSnippet>
9+
<CodepencodePenId="VBYOpp"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="XBKPRd"></CodeSnippet>
9+
<CodepencodePenId="XBKPRd"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="jprvwg"></CodeSnippet>
9+
<CodepencodePenId="jprvwg"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="VBYOpp"></CodeSnippet>
9+
<CodepencodePenId="VBYOpp"></Codepen>
1010

1111
##Props/Slots
1212

‎content/TextInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="mjEGBK"></CodeSnippet>
9+
<CodepencodePenId="mjEGBK"></Codepen>
1010

1111
##Props/Slots
1212

‎content/Tile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
##Examples
77

8-
<CodeSnippetcodePenId="ejzLeZ"></CodeSnippet>
8+
<CodepencodePenId="ejzLeZ"></Codepen>
99

1010
##Props/Slots
1111

‎content/Toggle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
##Examples
77

8-
<CodeSnippetcodePenId="oMLPpo"></CodeSnippet>
8+
<CodepencodePenId="oMLPpo"></Codepen>
99

1010
##Props/Slots
1111

‎content/Tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
##Examples
88

9-
<CodeSnippetcodePenId="oMLPpo"></CodeSnippet>
9+
<CodepencodePenId="oMLPpo"></Codepen>
1010

1111
##Props/Slots
1212

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp