An open API service indexing awesome lists of open source software.

https://github.com/unfoldingword-box3/wordmap-react-toolkit

A React toolkit for the wordMAP prediction engine
https://github.com/unfoldingword-box3/wordmap-react-toolkit

scripture-open-components

Last synced: 9 months ago
JSON representation

A React toolkit for the wordMAP prediction engine

Awesome Lists containing this project

README

          

# wordmap-react-toolkit

[![npm version](https://badge.fury.io/js/wordmap-react-toolkit.svg)](https://badge.fury.io/js/wordmap-react-toolkit)
[![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101)](https://github.com/ellerbrock/typescript-badges/)

A React toolkit for the wordMAP prediction engine.

## Install

```bash
yarn add wordmap-react-toolkit
```

## Usage

The quickest way to get started it into set up the `Playground`.
This will display a basic UI where you can perform some predictions.

```jsx
import React from "react";
import {Playground} from "wordmap-react-toolkit";

function MyComponent() {
return (

);
}
```