React Components for displaying draw structures.
Consumes JSON which conforms to the Tennis Open Data Standards
Online Documentation with Examples
yarn add tods-react-draws # or npm install tods-react-draws
Check the example directory...
import { DrawStructure } from 'tods-react-draws';
After cloning the repository:
yarn install # or npm i
yarn start # or npm start
Then run the example inside another:
cd example
yarn install # or npm i to install dependencies
yarn start # or npm start