Installation
Isoflow is published as a React component you can embed into your project.
To install using npm
:
npm install isoflow
or yarn
:
yarn add isoflow
Demo
The latest version of Isoflow is always synced here on CodeSandbox (opens in a new tab).
Running Isoflow in development mode
To run Isoflow on your local machine:
- Clone the Github repository (opens in a new tab).
npm i
npm run start
.
Developer documentation
For detailed API documentation, examples and more, see the online developer documentation (opens in a new tab). You can also build and run the docs locally:
npm run docs:build
npm run docs:start