1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 03:20:23 +01:00
metamask-extension/.storybook
Nidhi Kumari 7424e98416
Updated all instances of "Component API" to "Props" in storybook documentation (#15324)
* replaced Component API with Props

* replaced Component API with Props in DOCUMENTATION.stories.mdx

* removed base avatar component
2022-07-27 00:22:40 +05:30
..
__mocks__
actions
i18n-party-addon
images
initial-states
reducers
1.INTRODUCTION.stories.mdx
2.DOCUMENTATION.stories.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2022-07-27 00:22:40 +05:30
3.COLORS.stories.mdx Adding media query sass vars, mixins and docs (#15053) 2022-07-18 08:23:27 -07:00
4.BREAKPOINTS.stories.mdx Adding media query sass vars, mixins and docs (#15053) 2022-07-18 08:23:27 -07:00
i18n.js
locales.js
main.js
manager.js
metamask-storybook-theme.js
metametrics.js
preview-body.html
preview-head.html
preview.js Adding media query sass vars, mixins and docs (#15053) 2022-07-18 08:23:27 -07:00
README.md
test-data.js Converted BuildQuote story to use controls and action argType (#15234) 2022-07-22 12:14:35 +05:30

Storybook

We're currently using Storybook as part of our design system. To run Storybook and test some of our UI components, clone the repo and run the following:

yarn
yarn storybook

You should then see:

info Storybook started on => http://localhost:6006/

In your browser, navigate to http://localhost:6006/ to see the Storybook application. From here, you'll be able to easily view components and even modify some of their properties.