From 81851759687f1101f2bbe07c32ef5c2d804d93ef Mon Sep 17 00:00:00 2001 From: George Marshall Date: Fri, 29 Jul 2022 14:24:32 -0700 Subject: [PATCH] Adding readme for component-library folder (#15381) Co-authored-by: Brad Decker --- .../component-library/COMPONENT-LIBARY.stories.mdx | 7 +++++++ ui/components/component-library/README.md | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 ui/components/component-library/COMPONENT-LIBARY.stories.mdx create mode 100644 ui/components/component-library/README.md diff --git a/ui/components/component-library/COMPONENT-LIBARY.stories.mdx b/ui/components/component-library/COMPONENT-LIBARY.stories.mdx new file mode 100644 index 000000000..57ca0c2d4 --- /dev/null +++ b/ui/components/component-library/COMPONENT-LIBARY.stories.mdx @@ -0,0 +1,7 @@ +import { Meta, Description } from '@storybook/addon-docs'; + +import README from './README.md'; + + + + diff --git a/ui/components/component-library/README.md b/ui/components/component-library/README.md new file mode 100644 index 000000000..b108e9256 --- /dev/null +++ b/ui/components/component-library/README.md @@ -0,0 +1,9 @@ +# Component Library + +**⚠️ THESE COMPONENTS HAVE BREAKING CHANGES ⚠️** + +This folder contains new design system(`DS 2.0`) components that will be used for the IA/Nav redesign work. They are currently a WIP and should not be used for feature work. That should change in the near future but for the time being please use existing UI components in `ui/components/ui` + +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)