@clipmx/input

0.1.5 • Public • Published

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.

Dependencies (1)

Dev Dependencies (1)

Package Sidebar

Install

npm i @clipmx/input

Weekly Downloads

1

Version

0.1.5

License

none

Unpacked Size

7.72 kB

Total Files

4

Last publish

Collaborators

  • akira_fes
  • itpayclip
  • dhollerbach