ActionList
이동하거나 선택할 수 있는 관련 항목을 시각 요소와 보조 값이 정렬된 밀도 높은 목록으로 구성한다.
활용 방법
Repository filters
Preview
tsx
<ActionList aria-label="Repository filters" items={[{ label: "All repositories", selected: true }, { label: "Starred" }]} />
이동하거나 선택할 수 있는 관련 항목을 시각 요소와 보조 값이 정렬된 밀도 높은 목록으로 구성한다.
<ActionList aria-label="Repository filters" items={[{ label: "All repositories", selected: true }, { label: "Starred" }]} />