drip-table-generator
v3.2.1-alpha.12
Published
A visualization tool for generating schema of drip-table.
Downloads
297
Readme
English | 简体中文
Introduction
DripTableGenerator
is a visual tool for producing configuration data that meets the JSON Schema
standard in order to sent to DripTable
for rendering a table and columns.
Getting Start
Install dependencies
The configuration side depend on the application side, please make sure that
drip-table
has been installed before installing dependencies.yarn
yarn add drip-table-generator
npm
npm install --save drip-table-generator
Import at the entrance of a file
import DripTableGenerator from 'drip-table-generator'; import 'drip-table-generator/dist/index.min.css';
Use components in pages
return <DripTableGenerator />
Then the configuration side can be rendered normally, as the sample screenshot below:
development
Clone
Install dependencies
lerna bootstrap
Build project
lerna run build --stream --scope=@drip/drip-table-generator
For more commands, see DEVELOP .
License
MIT License