Input



import { Input } from 'iconic-components';

<Input
    placeholder='Ingrese texto'
    type='text'
    mode='primary'
    value={inputValue}
    onChange={setInputValue}
/>