1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/.storybook
Nidhi Kumari d362dbfacb
UX Multichain: updated ethereum logo icon (#18528)
* updated ethereum logo icon

* Updating eth logo (#18631)

* Updating eth logo

* Removing border from eth logo identicon

* Removing old eth logo

* updated snapshot and lint errors

* updated eth logo from svg to png

---------

Co-authored-by: George Marshall <george.marshall@consensys.net>
2023-04-19 20:55:19 +05: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 UX Multichain: updated ethereum logo icon (#18528) 2023-04-19 20:55:19 +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.