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

Commit3212075

Browse files
fix code snippet and conSwitcher
1 parentfd32223 commit3212075

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

‎content/CodeSnippet.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11

2-
#Text input
2+
#Code snippet
33

4-
**Text inputs**enable the user to interact with and input data. Use when the application requires long-form content from the user.
4+
**Code snippet**are small blocks of reusable code that can be inserted in a code file.
55

66

77
##Examples
88

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

1111
##Props/Slots
1212

13-
###component props
14-
15-
| Name| Type| default| required|
16-
| ------| -----------| ------| -----|
17-
| default||| no|
18-
1913
###component slots
2014

2115
| Name| Type| required|
2216
| ------| -----------| ------|
23-
| default|any| no|
17+
| default|plain text| no|

‎content/contentSwitcher.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11

2-
#The name of component
2+
#Content switcher
33

4-
**Component**is XXXXXXX
4+
**Content switcher**manipulates the content shown following an exclusive or “either/or” pattern.
55

66

77
##Examples
88

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

1111
##Props/Slots
1212

13-
###component slot
13+
###ca-content-switcher slot
1414

1515
| Name| Type| required|
1616
| ------| -----------| ------|
17-
| default| ca-accordion-item| no|
17+
| default| ca-content-switcher-button| no|
1818

19-
###component props
19+
###ca-content-switcher-button props
2020

21-
| Name| Type| required|
22-
| ------| -----------| ------|
23-
| default| any| no|
21+
| Name| Type| default|required|
22+
| ------| -----------| ------| ----|
23+
| selected| Boolean| false| no|
24+
| switchValue| String| ''| no|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp