Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.
This repository was archived by the owner on May 10, 2023. It is now read-only.

UI Request: Design System Guidelines #16

@KyleTryon

Description

@KyleTryon

Component Type

Other

Component Location

separate repo? / Wiki? / .github

What is the component's purpose?

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
  • Colors
    • gray: colors.zinc
      • Background - 900
      • Panel - 800
      • Button Active - 700
    • blue:
      • Primary Button - 600
      • Primary Button Hover - 400

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    design neededLooking for UX/UI designer input

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions