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
- Host: GitHub
- URL: https://github.com/unfoldingword-box3/wordmap-react-toolkit
- Owner: unfoldingWord-box3
- License: mit
- Created: 2019-10-22T04:09:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:58:07.000Z (over 3 years ago)
- Last Synced: 2025-07-22T15:48:54.792Z (9 months ago)
- Topics: scripture-open-components
- Language: TypeScript
- Homepage: https://wordmap-react-toolkit.netlify.com
- Size: 1.71 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordmap-react-toolkit
[](https://badge.fury.io/js/wordmap-react-toolkit)
[](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 (
);
}
```