2.0.6 • Published 11 months ago

znui-react-input v2.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
11 months ago

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

2.0.6

11 months ago

2.0.5

3 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago