react-craft-ai-decision-tree

0.1.3 • Public • Published

react-craft-ai-decision-tree

Version License

Demo

Installation

Node.js / Webpack

Using npm:

$ npm install --save react-craft-ai-decision-tree

In your sources:

import DecisionTree from 'react-craft-ai-decision-tree';

Plain Old Javascript

Thanks to unpkg, you can include the pre-generated bundle in your html file, for the latest version use

<script src="https://unpkg.com/react@15/dist/react.min.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
<script src="https://unpkg.com/react-craft-ai-decision-tree@0.MINOR_VERSION"></script>

See this example.

⚠️ Make sure a specific version of react-craft-ai-decision-tree is used to avoid any retrocompatibility issue.

Usage

🚧

/react-craft-ai-decision-tree/

    Package Sidebar

    Install

    npm i react-craft-ai-decision-tree

    Weekly Downloads

    23

    Version

    0.1.3

    License

    BSD-3-Clause

    Unpacked Size

    6.03 MB

    Total Files

    66

    Last publish

    Collaborators

    • craft-ai