# Component/Form/FormHelperText Button, Input 하단에 관련 메시지를 표시할 때 사용하며 해당 컴포넌트의 width를 따릅니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `leftIcon` | `ReactNode` | No | | | | `as` | `undefined "span" "div" "p"` | No | span | | | `status` | `undefined "info" "error" "success"` | No | info | |