# Component/Tooltip/Disabled 슬롯 안의 요소는 반드시 비활성화해 주세요. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `className` | `string | undefined` | No | | | | `disabled` | `boolean` | Yes | | disabled 상태일 때만 Tooltip이 동작하고 children 요소는 disabled 상태로 변경됩니다. | | `placement` | `undefined "bottom" "left" "right" "top"` | No | bottom | | | `content` | `ReactNode` | Yes | | | | `openerTriggerEvent` | `undefined "none" "click" "hover"` | No | hover | |