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
Run storybook locally yarn storybook
Confirm that each component still renders correctly without any errors.
Run yarn build ensure that components are still built
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 ofText
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
yarn storybook
yarn build
ensure that components are still builtScreenshots/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