0.1.2 • Published 6 years ago

slate-entity-labeler v0.1.2

Weekly downloads
13
License
-
Repository
-
Last release
6 years ago

Slate Entity Labeler

What is it?

React component to help labeling entities within a given string of text. Built on: https://www.slatejs.org

Getting Started

Install

npm i slate-entity-labeler

Import

import { SlateEntityLabeler } from 'slate-entity-labeler'

Declare

<SateEntityLabeler
  text={this.state.text}
  entities={this.state.entities}
  labeledEntities={this.state.labeledEntities}
  onChange={this.onChangeLabeledEntities}
/>

Demo

https://mattmazzola.github.io/slate-entity-labeler/

Source

https://github.com/mattmazzola/slate-entity-labeler