xtuple / xtuple-react-components

Shared react components of xtuple extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xTuple React Components

Shared react components of xtuple extensions

NPM versionBuild Status

Install via npm:

npm install xtuple-react-components

Example CommonJS use:

Table = require('xtuple-react-components').Table

To transform JSX files, use the build script:

npm run-script build

To run Jest unit tests, use the script:

npm test

About

Shared react components of xtuple extensions


Languages

Language:JavaScript 100.0%