1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/.storybook
Mark Stacey d1cea85f33
Rename provider to providerConfig (#18907)
* Rename `provider` to `providerConfig`

The network controller `provider` state has been renamed to
 `providerConfig`. This better reflects what this state is, and makes
this controller more closely aligned with the core network controller.

All references to the provider configuration have been updated to
prefer `providerConfig` over `provider`, to make the distinction clear
between a provider and provider config.

Closes #18902

* Add migration
2023-05-02 13:23:20 -02:30
..
actions
i18n-party-addon
images
initial-states UX Multichain: updated ethereum logo icon (#18528) 2023-04-19 20:55:19 +05:30
reducers
1.INTRODUCTION.stories.mdx
2.DOCUMENTATION.stories.mdx UX: Icons: Remove unused overview icons (#17671) 2023-02-22 11:13:48 -06:00
3.COLORS.stories.mdx Adding media query sass vars, mixins and docs (#15053) 2022-07-18 08:23:27 -07:00
4.SHADOW.stories.mdx Adding shadow docs to storybook (#15388) 2022-08-01 08:04:44 -05:00
5.BREAKPOINTS.stories.mdx Adding shadow docs to storybook (#15388) 2022-08-01 08:04:44 -05:00
i18n.js
locales.js
main.js Refactor confirm-send-ether into functional component (#18527) 2023-04-18 05:59:06 +05:30
manager.js
metamask-storybook-theme.js UI-14395: typography v2 (#15408) 2022-08-18 10:51:53 -07:00
metametrics.js
preview-body.html
preview-head.html
preview.js Expanding storybook controls with proptype descriptions (#18159) 2023-03-16 10:34:57 -07:00
README.md
test-data.js Rename provider to providerConfig (#18907) 2023-05-02 13:23:20 -02: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.