FormControl
사용자 정의 폼 컨트롤에 라벨, 설명, 필수 상태와 오류의 접근성 관계를 제공한다.
활용 방법
Repository slug
Preview
Used in clone URLs.
tsx
<FormControl label="Repository slug" description="Used in clone URLs." required>{(controlProps) => <input {...controlProps} />}</FormControl>