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

HIG - Steppers #18

Open
kimscastle opened this issue May 12, 2023 · 0 comments
Open

HIG - Steppers #18

kimscastle opened this issue May 12, 2023 · 0 comments
Assignees

Comments

@kimscastle
Copy link
Contributor

Steppers

A stepper is a two-segment control that people use to increase or decrease an incremental value

  • 스탭퍼는 사람들이 값을 늘리거나 줄이기 위해 사용하는 두개의 세그먼트 컨트롤입니다

** 스탭퍼 자체가 값을 표시하지 않기 때문에 현재 값을 표시하는 필드가 옆에 있어야합니다 **

Best practices

Make the value that a stepper affects obvious

  • 스탭퍼가 영향을 미치는 값을 명확하게 표시해야합니다

  • 스탭퍼자체에는 값이 표시되지 않으므로 user들이 스탭퍼를 사용할때 어떤값이 변경되는지를 확인할수있게 해야합니다

Consider pairing a stepper with a text field when large value changes are likely

  • 큰 값이 변경될 가능성이 있는 경우 스탭퍼를 textField와 쌍으로 구성하는 것을 고려해야합니다

  • 스탭퍼는 기본적으로 몇번의 탭이나 클릭이 필요한 작은변경을 위한 컴포넌트입니다. 하지만 user가 값을 큰 단위로 바꾸고 싶어하는 경우가 존재할때에는 textfield로도 큰변경을 할 수 있도록 구현해야합니다

  • 예를들어서 인쇄 화면에서 사본 수를 설정하기 위해서는 스탭퍼와 택스트필드 모두를 이용하는 것이 도움이 될 수 있다

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