sua_mol
(저장) 모르면 안 되는 모바일 UI 컴포넌트 용어 3탄... 더 보기sua_mol(저장) 모르면 안 되는 모바일 UI 컴포넌트 용어 3탄
우리 다음에 또 같이 공부합쉬다 🫶
1. Checkbox (체크박스) 여러 옵션 중 하나 이상을 선택할 수 있는 체크 형태의 선택 UI
2. Step Indicator (스텝 인디케이터) 전체 단계 중 현재 위치를 보여주는 단계별 진행 UI
3. Accordion (아코디언) 정보가 담긴 콘텐츠를 접고 펼 수 있는 확장/축소형 UI
4. Progress Bar (프로그레스 바) 작업이나 로딩 진행 상황을 시각적으로 보여주는 UI 5. Switch (스위치) 단일 항목의 설정 상태를 켜기/끄기로 전환하는 컴포넌트
1. Checkbox
A check-style selection UI that allows users to select one or more options from multiple choices.
2. Step Indicator
A step-by-step progress UI that displays the current position within the total steps of a process.
3. Accordion
An expandable and collapsible UI that allows users to fold and unfold content containing information.
4. Progress Bar
A UI that visually displays the progress of a task or loading status.
5. Switch
A component that toggles the setting status of a single item on or off
#mobileui #uiux #productdesigner #design