drip-table-generator
v3.2.2
Published
A visualization tool for generating schema of drip-table.
Downloads
69
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-tablehas been installed before installing dependencies.yarn
yarn add drip-table-generatornpm
npm install --save drip-table-generatorImport 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 bootstrapBuild project
lerna run build --stream --scope=@drip/drip-table-generator
For more commands, see DEVELOP .
License
MIT License
