1- import { Meta } from ' @storybook/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/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'
1010
1111<Meta title = " Example/Introduction" />
1212
@@ -116,7 +116,9 @@ import StackAlt from './assets/stackalt.svg';
116116 ` }
117117</style >
118118
119- # Welcome to Storybook
119+ # Welcome to ` @react-three/postprocessing `
120+
121+ TODO
120122
121123Storybook helps you build UI components in isolation from your app's business logic, data, and context.
122124That makes it easy to develop hard-to-reach states. Save these UI states as ** stories** to revisit during development, testing, or QA.
@@ -128,33 +130,21 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
128130<div className = " subheading" >Configure</div >
129131
130132<div className = " link-list" >
131- <a
132- className = " link-item"
133- href = " https://storybook.js.org/docs/react/addons/addon-types"
134- target = " _blank"
135- >
133+ <a className = " link-item" href = " https://storybook.js.org/docs/react/addons/addon-types" target = " _blank" >
136134 <img src = { Plugin } alt = " plugin" />
137135 <span >
138136 <strong >Presets for popular tools</strong >
139137 Easy setup for TypeScript, SCSS and more.
140138 </span >
141139 </a >
142- <a
143- className = " link-item"
144- href = " https://storybook.js.org/docs/react/configure/webpack"
145- target = " _blank"
146- >
140+ <a className = " link-item" href = " https://storybook.js.org/docs/react/configure/webpack" target = " _blank" >
147141 <img src = { StackAlt } alt = " Build" />
148142 <span >
149143 <strong >Build configuration</strong >
150144 How to customize webpack and Babel
151145 </span >
152146 </a >
153- <a
154- className = " link-item"
155- href = " https://storybook.js.org/docs/react/configure/styling-and-css"
156- target = " _blank"
157- >
147+ <a className = " link-item" href = " https://storybook.js.org/docs/react/configure/styling-and-css" target = " _blank" >
158148 <img src = { Colors } alt = " colors" />
159149 <span >
160150 <strong >Styling</strong >
@@ -208,6 +198,5 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
208198</div >
209199
210200<div className = " tip-wrapper" >
211- <span className = " tip" >Tip</span >Edit the Markdown in{ ' ' }
212- <code >stories/Introduction.stories.mdx</code >
201+ <span className = " tip" >Tip</span >Edit the Markdown in <code >stories/Introduction.stories.mdx</code >
213202</div >
0 commit comments