You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2023. It is now read-only.
Create a simple design system to serve as a reference for developers, designers, and all contributors when creating new components for Shoutify. A design system should increase consistency in the application and provide clarity when creating new assets.
It may also serve as a basis for CSS utility styles in the app.
The actual end-product could be as simple as a markdown file within this repo (and I suggest we start this way) located at .github/DESIGN_SYSTEM.md, or a separate repository, using a framework such as BookStack to host the content.
Current Style Examples
Rounded Corners
rounded-md tailwind
Applies to "cards", buttons, modals. Is never applied to items that make up the main layout of the page
Spacing 4
mx-4 and my-4 are the default margin for spacing components