InputSubtitle
Reusable InputSubtitle for any form
Example
import {
InputSubtitle,
IInputsTypes,
} from '@lad-tech/mobydick-core';
const InputList = () => {
return <InputSubtitle type={IInputsTypes.disabled} subtitle={'Subtitle'} />
};
export default InputList;
Props
Requiredtype
| Type |
|---|
| IInputsTypes |
Style preset for InputSubtitle
Requiredsubtitle
| Type |
|---|
| string |
Subtitle for InputSubtitle
subtitleIcon
| Type |
|---|
| SimpleIconName |
SubtitleIcon
subtitleProps
| Type |
|---|
| IStyledTextProps |