# Component/Button/AccordionButton 아코디언 버튼은 숨겨진 콘텐츠를 표시하거나 숨길 수 있는 트리거입니다. 중요하지 않은 내용은 접어서 페이지 스크롤을 줄이기 위해 사용합니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `size` | `undefined "xsmall" "medium"` | No | medium | | | `leftAddon` | `ReactNode` | No | | Label 좌측 렌더링될 Addon 요소 | | `opened` | `boolean | undefined` | No | | Label 우측 화살표 오픈 상태 여부 | | `fill` | `boolean | undefined` | No | false | 너비 100% 사용 여부 | | `type` | `undefined "button" "submit" "reset"` | No | button | | | `asChild` | `boolean | undefined` | No | false | true로 설정 시, 기본 DOM 요소를 렌더링하지 않고 자식 컴포넌트에 props와 동작을 전달합니다. reference: https://www.radix-ui.com/primitives/docs/guides/composition |