오버레이CommandPalette14 props
Command Palette
Command Palette는 명령, 페이지, 설정을 빠르게 검색하고 실행하는 팔레트를 제공합니다.
공식 문서 열기미리보기
Type to search
Import
import {CommandPalette} from '@astryxdesign/core/CommandPalette';Astryx 문서 권장 방식대로 root barrel이 아니라 컴포넌트 subpath에서 가져옵니다.
사용 시점
Command Palette는 명령, 페이지, 설정을 빠르게 검색하고 실행하는 팔레트를 제공합니다.
commandspotlightlauncheromniboxquicksearchpalettefindersearch
중요 props
widthnumber | stringoptional
maxHeightnumber | stringoptional
테마 대상
astryx-command-palette-footerastryx-command-palette-groupastryx-command-palette-inputastryx-command-palette-itemastryx-command-palette-list
사용 지침
- 권장CommandPalette의 목적이 드러나도록 레이블과 보조 설명을 함께 제공하세요.
- 권장상태 변화가 필요한 경우 사용자가 바로 이해할 수 있는 피드백을 연결하세요.
- 피하기컴포넌트의 기본 상호작용을 우회해 키보드 흐름을 깨뜨리지 마세요.
- 피하기공간을 줄이기 위해 필요한 레이블이나 설명을 제거하지 마세요.