Kaneoh PLC
The execl-like product life cycle
install
npm install kaneoh-plc --save
develop
npm start
test
npm test
lint
npm lint
release
npm run release
How to use
import {PLCDataGrid} from "kaneoh-plc";
import "kaneoh-plc/public/plc.css";
<PLCDataGrid
rows={this.state.rows}
statusOptions={this.options}
users={this.props.users}
onChange={this.handler.onChange}
onRemove={this.handler.onRemove}
onClickName={this.handler.onClickName}
editable={this.handler.editable}
/>