@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.

/@clipmx/input/

    Package Sidebar

    Install

    npm i @clipmx/input

    Weekly Downloads

    2

    Version

    0.1.5

    License

    none

    Unpacked Size

    7.72 kB

    Total Files

    4

    Last publish

    Collaborators

    • akira_fes
    • itpayclip
    • dhollerbach