We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Survey ├── Questionnaire (Orgamisms) │ ├── DirectionNav ── DirectionBtn (atoms) │ │ (molecules) │ ├── MultiCheckbox ┬── Checkbox (atoms) │ │ (molecules) └── QuestionBlock (atoms) │ │ │ ├── ProgressBar ── ProgressBarList (atoms) │ │ (molecules) │ └── QuestionBlock (atoms) │ │ └── Result (Orgamisms) │ └── QuestionResult (Orgamisms) │ └── ConfirmModal (Orgamisms) ┬── Button (atoms) └── CloseBtn (atoms)
The text was updated successfully, but these errors were encountered:
lhk3337
No branches or pull requests
개발할 것
Survey Page 리팩토링
Survey의 Orgamisms : Questionnaire, Result
Questionnaire의 molecules : DirectionNav, MultiCheckbox, ProgressBar
DirectionNav의 atoms : DirectionBtn
MultiCheckbox의 atoms : Checkbox, QuestionBlock
ProgressBar의 atoms : ProgressBarList
Questionnaire의 atoms : QuestionBlock
Result의 Orgamisms : QuestionResult
QuestionResult의 orgamisms : ConfirmModal
ConfirmModal의 atoms : Button, CloseBtn
Survey Page Atomic Design Structure
스크린 샷
The text was updated successfully, but these errors were encountered: