Skip to main content

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

Required
type

Type
IInputsTypes

Style preset for InputSubtitle

Required
subtitle

Type
string

Subtitle for InputSubtitle

subtitleIcon

Type
SimpleIconName

SubtitleIcon

subtitleProps

Type
IStyledTextProps