@@ -32,7 +32,7 @@ export default {
32
32
</ ul >
33
33
< p > Typographic scale when using abbreviation in text component:</ p >
34
34
35
- < Story of = { AbbreviationComponent } > < Canvas of = { AbbreviationComponent } /> </ Story >
35
+ < Canvas of = { AbbreviationComponent } />
36
36
37
37
< h3 > Blockquote</ h3 >
38
38
< p > The blockquote component is used to define a section that is quoted from another source.</ p >
@@ -41,7 +41,7 @@ export default {
41
41
</ ul >
42
42
< p > Typographic scale when using blockquote in text component:</ p >
43
43
44
- < Story of = { BlockquoteComponent } > < Canvas of = { BlockquoteComponent } /> </ Story >
44
+ < Canvas of = { BlockquoteComponent } />
45
45
46
46
< h3 > Cite</ h3 >
47
47
< p > The Cite component defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.).</ p >
@@ -50,7 +50,7 @@ export default {
50
50
</ ul >
51
51
< p > Typographic scale when using cite in text component:</ p >
52
52
53
- < Story of = { CiteComponent } > < Canvas of = { CiteComponent } /> </ Story >
53
+ < Canvas of = { CiteComponent } />
54
54
55
55
< h3 > Code</ h3 >
56
56
< p > The code component is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font.</ p >
@@ -59,31 +59,31 @@ export default {
59
59
</ ul >
60
60
< p > Typographic scale when using code in text component:</ p >
61
61
62
- < Story of = { CodeComponent } > < Canvas of = { CodeComponent } /> </ Story >
62
+ < Canvas of = { CodeComponent } />
63
63
64
64
< h3 > Description List</ h3 >
65
65
< p > A description list is a list of terms, with a description of each term.</ p >
66
66
< ul >
67
67
< li > The < code > dl tag</ code > defines the description list, the < code > dt tag</ code > defines the term (name), and the < code > dd tag</ code > describes each term.</ li >
68
68
</ ul >
69
69
70
- < Story of = { DescriptionlistComponent } > < Canvas of = { DescriptionlistComponent } /> </ Story >
70
+ < Canvas of = { DescriptionlistComponent } />
71
71
72
72
< h3 > Details</ h3 >
73
73
< p > The details tag creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label must be provided using the summary element.</ p >
74
74
75
- < Story of = { DetailsTagComponent } > < Canvas of = { DetailsTagComponent } /> </ Story >
75
+ < Canvas of = { DetailsTagComponent } />
76
76
77
77
< h3 > Figcaption</ h3 >
78
78
< p > The < code > figcaption</ code > tag is used to caption the image. The < code > figcaption</ code > tag is used with the < code > figure</ code > tag.</ p >
79
79
80
- < Story of = { FigcaptionComponent } > < Canvas of = { FigcaptionComponent } /> </ Story >
80
+ < Canvas of = { FigcaptionComponent } />
81
81
82
82
< h3 > Headings</ h3 >
83
83
< p > We can use the < code > h1/h2/h3/h4/h5/h6 tags</ code > in any component to display the headings. h1 for most important heading to h6 for least important heading.</ p >
84
84
< p > Typographic scale when using headings in text component:</ p >
85
85
86
- < Story of = { HeadingComponent } > < Canvas of = { HeadingComponent } /> </ Story >
86
+ < Canvas of = { HeadingComponent } />
87
87
88
88
< h3 > Horizontal Rule</ h3 >
89
89
< p > The < code > hr tag</ code > defines a thematic break in an HTML page, and is most often displayed as a horizontal rule.</ p >
@@ -92,7 +92,7 @@ export default {
92
92
</ ul >
93
93
< p > Typographic scale when using hr in text component:</ p >
94
94
95
- < Story of = { HrComponent } > < Canvas of = { HrComponent } /> </ Story >
95
+ < Canvas of = { HrComponent } />
96
96
97
97
< h3 > Mark</ h3 >
98
98
< p > The < code > mark tag</ code > defines marked or highlighted text.</ p >
@@ -101,15 +101,15 @@ export default {
101
101
</ ul >
102
102
< p > Typographic scale when using mark in text component:</ p >
103
103
104
- < Story of = { MarkComponent } > < Canvas of = { MarkComponent } /> </ Story >
104
+ < Canvas of = { MarkComponent } />
105
105
106
106
< h3 > Ordered List</ h3 >
107
107
< p > The < code > ol tag</ code > defines an ordered list. An ordered list can be numerical or alphabetical.</ p >
108
108
< ul >
109
109
< li > We can use the < code > ol tag</ code > in any component to render the text found within the < code > ol tag</ code > in a numerical or alphabetical list.</ li >
110
110
</ ul >
111
111
112
- < Story of = { ListComponent } > < Canvas of = { ListComponent } /> </ Story >
112
+ < Canvas of = { ListComponent } />
113
113
114
114
< h3 > Paragraph</ h3 >
115
115
< p > The < code > p tag</ code > defines a paragraph.</ p >
@@ -118,7 +118,7 @@ export default {
118
118
</ ul >
119
119
< p > Typographic scale when using paragraph in text component:</ p >
120
120
121
- < Story of = { PComponent } > < Canvas of = { PComponent } /> </ Story >
121
+ < Canvas of = { PComponent } />
122
122
123
123
< h3 > Quotation</ h3 >
124
124
< p > The < code > q tag</ code > defines a short quotation.</ p >
@@ -127,7 +127,7 @@ export default {
127
127
</ ul >
128
128
< p > Typographic scale when using quotation in text component:</ p >
129
129
130
- < Story of = { QuotationComponent } > < Canvas of = { QuotationComponent } /> </ Story >
130
+ < Canvas of = { QuotationComponent } />
131
131
132
132
< h3 > Small</ h3 >
133
133
@@ -137,7 +137,7 @@ export default {
137
137
</ ul >
138
138
< p > Typographic scale when using small in text component:</ p >
139
139
140
- < Story of = { SmallComponent } > < Canvas of = { SmallComponent } /> </ Story >
140
+ < Canvas of = { SmallComponent } />
141
141
142
142
< h3 > Unordered List</ h3 >
143
143
@@ -146,7 +146,7 @@ export default {
146
146
< li > We can use the < code > ul tag</ code > in any component to render the text found within the < code > ul tag</ code > in a bulleted list.</ li >
147
147
</ ul >
148
148
149
- < Story of = { ListComponent } > < Canvas of = { ListComponent } /> </ Story >
149
+ < Canvas of = { ListComponent } />
150
150
151
151
< h3 > Usage</ h3 >
152
152
0 commit comments