mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Updating component-library readme storybook render (#19359)
Co-authored-by: georgewrmarshall <george.marshall@consensys.net> Co-authored-by: Garrett Bear <gwhisten@gmail.com>
This commit is contained in:
parent
3ec2c189b0
commit
5c5de03846
@ -1,7 +0,0 @@
|
|||||||
import { Meta, Description } from '@storybook/addon-docs';
|
|
||||||
|
|
||||||
import README from './README.md';
|
|
||||||
|
|
||||||
<Meta title="Components/ComponentLibrary/Introduction" />
|
|
||||||
|
|
||||||
<Description markdown={README} />
|
|
@ -0,0 +1,7 @@
|
|||||||
|
import { Meta } from '@storybook/addon-docs';
|
||||||
|
import { Markdown } from '@storybook/addon-docs/blocks';
|
||||||
|
import README from './README.md';
|
||||||
|
|
||||||
|
<Meta title="Components/ComponentLibrary/Introduction" />
|
||||||
|
|
||||||
|
<Markdown>{README}</Markdown>
|
@ -36,4 +36,4 @@ We are currently in the process of migrating all component-library components to
|
|||||||
|
|
||||||
If internal folks have any questions please reach out the design system team via the internal slack channel [#metamask-design-system](https://consensys.slack.com/archives/C0354T27M5M) 💁
|
If internal folks have any questions please reach out the design system team via the internal slack channel [#metamask-design-system](https://consensys.slack.com/archives/C0354T27M5M) 💁
|
||||||
|
|
||||||
[DS components figma file](https://www.figma.com/file/HKpPKij9V3TpsyMV1TpV7C/DS-Components?node-id=16%3A6) (internal)
|
[DS components figma file](https://www.figma.com/file/HKpPKij9V3TpsyMV1TpV7C/DS-Components?node-id=16%3A6)
|
||||||
|
Loading…
Reference in New Issue
Block a user