Socket
Socket
Sign inDemoInstall

drip-table-generator

Package Overview
Dependencies
Maintainers
0
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drip-table-generator

A visualization tool for generating schema of drip-table.


Version published
Maintainers
0
Created
Source

Drip Table Generator

English | 简体中文

npm version node yarn document PRs Welcome

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

  1. 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
    
  2. Import at the entrance of a file

    import DripTableGenerator from 'drip-table-generator';
    import 'drip-table-generator/dist/index.min.css';
    
  3. Use components in pages

    return <DripTableGenerator />
    

    Then the configuration side can be rendered normally, as the sample screenshot below:

    drip-table-generator

development

  1. Clone

  2. Install dependencies

    lerna bootstrap
    
  3. Build project

    lerna run build --stream --scope=@drip/drip-table-generator
    

For more commands, see DEVELOP .

License

MIT License

Keywords

FAQs

Package last updated on 12 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc