From 5c5de03846a96ec2184f604488b4523c3acf8cfa Mon Sep 17 00:00:00 2001 From: Dhruv <79097544+dhruvv173@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:23:25 +0530 Subject: [PATCH] Updating component-library readme storybook render (#19359) Co-authored-by: georgewrmarshall Co-authored-by: Garrett Bear --- .../component-library/COMPONENT-LIBARY.stories.mdx | 7 ------- .../component-library/COMPONENT-LIBRARY.stories.mdx | 7 +++++++ ui/components/component-library/README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 ui/components/component-library/COMPONENT-LIBARY.stories.mdx create mode 100644 ui/components/component-library/COMPONENT-LIBRARY.stories.mdx diff --git a/ui/components/component-library/COMPONENT-LIBARY.stories.mdx b/ui/components/component-library/COMPONENT-LIBARY.stories.mdx deleted file mode 100644 index 57ca0c2d4..000000000 --- a/ui/components/component-library/COMPONENT-LIBARY.stories.mdx +++ /dev/null @@ -1,7 +0,0 @@ -import { Meta, Description } from '@storybook/addon-docs'; - -import README from './README.md'; - - - - diff --git a/ui/components/component-library/COMPONENT-LIBRARY.stories.mdx b/ui/components/component-library/COMPONENT-LIBRARY.stories.mdx new file mode 100644 index 000000000..6cc0b5b1b --- /dev/null +++ b/ui/components/component-library/COMPONENT-LIBRARY.stories.mdx @@ -0,0 +1,7 @@ +import { Meta } from '@storybook/addon-docs'; +import { Markdown } from '@storybook/addon-docs/blocks'; +import README from './README.md'; + + + +{README} diff --git a/ui/components/component-library/README.md b/ui/components/component-library/README.md index 3565bf664..7abd2d06f 100644 --- a/ui/components/component-library/README.md +++ b/ui/components/component-library/README.md @@ -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) 💁 -[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)