MetaMask / metamask-design-system

2 stars 1 forks source link

chore: restructuring design system react component code into folders #114

Closed georgewrmarshall closed 1 week ago

georgewrmarshall commented 1 week ago

Description

This PR restructures the existing example components within the design-system-react package by moving them into individual component folders. This organization update aims to prepare for the addition of Text and other new components, promoting better organization and modularity within the component library. This change facilitates easier navigation and scalability as new components are added.

Related Issues

Fixes: N/A

Manual Testing Steps

  1. Run storybook locally yarn storybook
  2. Confirm that each component still renders correctly without any errors.
  3. Run yarn build ensure that components are still built

Screenshots/Recordings

Before

https://github.com/user-attachments/assets/e2d54899-169d-415f-b834-3da2b3de6f60

After

https://github.com/user-attachments/assets/427a04ac-7ec7-42f6-bc86-50dd8d3067d0

Pre-merge Author Checklist

Pre-merge Reviewer Checklist