@clipmx/input
v0.1.5
Published
Clip UI input form control
Downloads
19
Readme
Clip Input
Installation
npm install @clipmx/input --save
Usage
import React from 'react';
import Input from '@clipmx/input';
const MyComponent = () => (
<div>
Hello World
<Input label="I'm an input" placeholder="Value here..." />
</div>
);
export default MyComponent;
Props
This is a wrapper of the Material-UI Text Field, so you can use any props that Material-UI supports.