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

Feat: Slider 컴포넌트 구현 #107

Closed
5 tasks done
iyu88 opened this issue Apr 21, 2023 · 0 comments
Closed
5 tasks done

Feat: Slider 컴포넌트 구현 #107

iyu88 opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
✨ feat 기능 구현

Comments

@iyu88
Copy link
Member

iyu88 commented Apr 21, 2023

💎 개발할 기능

  • input 태그에서 type="range"일 때와 동일하게 작동하는 Slider 컴포넌트를 구현합니다.
  • 단일 Thumb를 가지고 있습니다.
  • 접근성을 고려합니다.
    • 적절한 접근성 속성을 적용합니다.
    • 접근성을 위해 각 키마다 적절한 동작이 실행되도록 합니다.

📖 참고 사항

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range

@iyu88 iyu88 added the ✨ feat 기능 구현 label Apr 21, 2023
@iyu88 iyu88 self-assigned this Apr 21, 2023
@iyu88 iyu88 closed this as completed Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 구현
Projects
None yet
Development

No branches or pull requests

1 participant