znui-react-layout

2.0.7 • Public • Published

znui-react-layout

Layout component.

npm npm

Demo

Take a look at the demo

Installation

npm install znui-react-layout -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

Readme

Keywords

Package Sidebar

Install

npm i znui-react-layout

Weekly Downloads

0

Version

2.0.7

License

MIT

Unpacked Size

75.9 kB

Total Files

14

Last publish

Collaborators

  • yangyxu