JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q50628F
  • License MIT

Package Exports

  • tods-react-draws
  • tods-react-draws/dist/index.js
  • tods-react-draws/dist/tods-react-draws.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tods-react-draws) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tods-react-draws

React Components for displaying draw structures.

Consumes JSON which conforms to the Tennis Open Data Standards

Online Documentation with Examples

Install

yarn add tods-react-draws # or npm install tods-react-draws

Usage

Check the example directory...

import { DrawStructure } from 'tods-react-draws';

Development

After cloning the repository:

yarn install # or npm i
yarn start # or npm start

Example

Then run the example inside another:

cd example
yarn install # or npm i to install dependencies
yarn start # or npm start