1
- import { Meta } from ' @storybook/addon-docs/blocks' ;
2
- import Code from ' . /assets/code-brackets.svg' ;
3
- import Colors from ' . /assets/colors.svg' ;
4
- import Comments from ' . /assets/comments.svg' ;
5
- import Direction from ' . /assets/direction.svg' ;
6
- import Flow from ' . /assets/flow.svg' ;
7
- import Plugin from ' . /assets/plugin.svg' ;
8
- import Repo from ' . /assets/repo.svg' ;
9
- import StackAlt from ' . /assets/stackalt.svg' ;
1
+ import { Meta } from " @storybook/addon-docs/blocks" ;
2
+ import Code from " .. /assets/code-brackets.svg" ;
3
+ import Colors from " .. /assets/colors.svg" ;
4
+ import Comments from " .. /assets/comments.svg" ;
5
+ import Direction from " .. /assets/direction.svg" ;
6
+ import Flow from " .. /assets/flow.svg" ;
7
+ import Plugin from " .. /assets/plugin.svg" ;
8
+ import Repo from " .. /assets/repo.svg" ;
9
+ import StackAlt from " .. /assets/stackalt.svg" ;
10
10
11
11
<Meta title = " Example/Introduction" />
12
12
@@ -126,28 +126,44 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
126
126
<div class = " subheading" >Configure</div >
127
127
128
128
<div class = " link-list" >
129
- <a class = " link-item" href = " https://storybook.js.org/docs/react/api/presets" target = " _blank" >
129
+ <a
130
+ class = " link-item"
131
+ href = " https://storybook.js.org/docs/react/api/presets"
132
+ target = " _blank"
133
+ >
130
134
<img src = { Plugin } alt = " plugin" />
131
135
<span >
132
136
<strong >Presets for popular tools</strong >
133
137
Easy setup for TypeScript, SCSS and more.
134
138
</span >
135
139
</a >
136
- <a class = " link-item" href = " https://storybook.js.org/docs/react/configure/webpack" target = " _blank" >
140
+ <a
141
+ class = " link-item"
142
+ href = " https://storybook.js.org/docs/react/configure/webpack"
143
+ target = " _blank"
144
+ >
137
145
<img src = { StackAlt } alt = " Build" />
138
146
<span >
139
147
<strong >Build configuration</strong >
140
148
How to customize webpack and Babel
141
149
</span >
142
150
</a >
143
- <a class = " link-item" href = " https://storybook.js.org/docs/react/configure/styling-and-css" target = " _blank" >
151
+ <a
152
+ class = " link-item"
153
+ href = " https://storybook.js.org/docs/react/configure/styling-and-css"
154
+ target = " _blank"
155
+ >
144
156
<img src = { Colors } alt = " colors" />
145
157
<span >
146
158
<strong >Styling</strong >
147
159
How to load and configure CSS libraries
148
160
</span >
149
161
</a >
150
- <a class = " link-item" href = " https://storybook.js.org/docs/react/get-started/setup#configure-storybook-for-your-stack" target = " _blank" >
162
+ <a
163
+ class = " link-item"
164
+ href = " https://storybook.js.org/docs/react/get-started/setup#configure-storybook-for-your-stack"
165
+ target = " _blank"
166
+ >
151
167
<img src = { Flow } alt = " flow" />
152
168
<span >
153
169
<strong >Data</strong >
@@ -173,7 +189,11 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
173
189
Best practices from leading teams
174
190
</span >
175
191
</a >
176
- <a class = " link-item" href = " https://github.com/storybookjs/storybook" target = " _blank" >
192
+ <a
193
+ class = " link-item"
194
+ href = " https://github.com/storybookjs/storybook"
195
+ target = " _blank"
196
+ >
177
197
<img src = { Code } alt = " code" />
178
198
<span >
179
199
<strong >GitHub project</strong >
@@ -190,5 +210,6 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
190
210
</div >
191
211
192
212
<div class = " tip-wrapper" >
193
- <span class = " tip" >Tip</span >Edit the Markdown in <code >src/storybook-examples/welcome.mdx</code >
213
+ <span class = " tip" >Tip</span >Edit the Markdown in{ " " }
214
+ <code >src/storybook-examples/welcome.mdx</code >
194
215
</div >
0 commit comments