Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress - Design System #680

Open
jgonza16 opened this issue Aug 14, 2024 · 0 comments
Open

Progress - Design System #680

jgonza16 opened this issue Aug 14, 2024 · 0 comments

Comments

@jgonza16
Copy link
Collaborator

jgonza16 commented Aug 14, 2024

Progress - Design System

1 - Prerequisites

  • Host element will have the .dcx-progress class name

2 - Overview

2.1 - Possible states

Name Description
Default Instance without specific properties defined

2.2 - Variants

  • No variants

2.3 - Structure

Element Description  Token Name
ProgressBox Container native Input spacing-x-formcontrol
Progress Native progress itself  formcontrol

2.4 - Tokens definition

Considerations:

  • Add the tokens to src/design-system/tokens.json
  • Define all styles in src/design-system/forminput.css
  • Add import to the new CSS file in src/design-system/index.css

Possible tokens:

  • spacing-x-formcontrol
  • color-background-progress_box
  • color-background-formcontrol
  • etc.

Follow the naming pattern

3 - Storybook

Create the pages for:

  • Playground
  • Default
  • AccessibleTheme
  • DarkTheme
  • MaterialTheme

On each MDX page make examples for each possible variant

4 - Initial setup

Please follow these steps to create your branch:

git checkout release/1.1.0
git pull
git checkout -b 'feature/progress-design-system'
@jgonza16 jgonza16 changed the title Progress - Design System [PLACEHOLDER-TICKET] Progress - Design System Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant