senar-components
v0.7.8
Published
``` <Input type='text' label='Input de texto' /> ```
Downloads
11
Readme
Input
<Input type='text' label='Input de texto' />
Props:
- type: text, date ou select - string;
- label: string;
- options?: string[] | undefined;
- inputRef?: any;
- inputType?: string;
- small?:boolean
- className?:string
- name?:string
- value?:string
