Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

treasure-data/react-treasure-preview-table

Repository files navigation

Treasure Preview Table

td-console preview table for user data.

Usage

Get the module located at dist/treasure-preview-table.js and include it in your project.

Usable with CommonJS, ADM, and Globals. The exposed global is TreasurePreviewTable.

Installing

  • bower: bower install react-treasure-preview-table

Dependencies

{
  "react": "^0.12.2",
  "react-bootstrap": "^0.15.1"
}

Development

  • Development server npm run dev.
  • Continuously run tests on file changes npm run test:live;
  • Run tests: npm test;
  • Build npm run build;