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