znui-react-input

2.0.6 • Public • Published

znui-react-input

Input component.

npm npm

Demo

Take a look at the demo

Installation

npm install znui-react-input -s

Usage

var ReactDOM = require('react-dom');

var inputs = require('znui-react-input');


znui.react.createApplication({
    render: <div className="form-container">
        <inputs.Input onChange={(event)=>console.log(event.value)} />
        <inputs.Input name="name"/>
        <inputs.Textarea onChange={(event)=>console.log(event.value)} />
    </div>
});

License

MIT

/znui-react-input/

    Package Sidebar

    Install

    npm i znui-react-input

    Weekly Downloads

    0

    Version

    2.0.6

    License

    MIT

    Unpacked Size

    473 kB

    Total Files

    26

    Last publish

    Collaborators

    • yangyxu