Update Introduction.stories.mdx

This commit is contained in:
Dominic Nguyen 2020-08-12 12:45:57 -04:00 committed by GitHub
parent 92a37d88d7
commit 94131cf9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,28 +126,28 @@ We recommend building UIs with a [**component-driven**](https://componentdriven.
<div class="subheading">Configure</div> <div class="subheading">Configure</div>
<div class="link-list"> <div class="link-list">
<a class="link-item" href="https://storybook.js.org/docs/presets" target="_blank"> <a class="link-item" href="https://storybook.js.org/docs/react/api/presets" target="_blank">
<img src={Plugin} alt="plugin" /> <img src={Plugin} alt="plugin" />
<span> <span>
<strong>Presets for popular tools</strong> <strong>Presets for popular tools</strong>
Easy setup for TypeScript, SCSS and more. Easy setup for TypeScript, SCSS and more.
</span> </span>
</a> </a>
<a class="link-item" href="https://storybook.js.org/docs/webpack" target="_blank"> <a class="link-item" href="https://storybook.js.org/docs/react/configure/webpack" target="_blank">
<img src={StackAlt} alt="Build" /> <img src={StackAlt} alt="Build" />
<span> <span>
<strong>Build configuration</strong> <strong>Build configuration</strong>
How to customize webpack and Babel How to customize webpack and Babel
</span> </span>
</a> </a>
<a class="link-item" href="https://storybook.js.org/docs/styling" target="_blank"> <a class="link-item" href="https://storybook.js.org/docs/react/configure/styling-and-css" target="_blank">
<img src={Colors} alt="colors" /> <img src={Colors} alt="colors" />
<span> <span>
<strong>Styling</strong> <strong>Styling</strong>
How to load and configure CSS libraries How to load and configure CSS libraries
</span> </span>
</a> </a>
<a class="link-item" href="https://storybook.js.org/docs/data" target="_blank"> <a class="link-item" href="https://storybook.js.org/docs/react/get-started/setup#configure-storybook-for-your-stack" target="_blank">
<img src={Flow} alt="flow" /> <img src={Flow} alt="flow" />
<span> <span>
<strong>Data</strong> <strong>Data</strong>