https://github.com/zef-dev/convoworks-intent-model-editor
Intent and entity editors for the Convoworks framework
https://github.com/zef-dev/convoworks-intent-model-editor
Last synced: 4 months ago
JSON representation
Intent and entity editors for the Convoworks framework
- Host: GitHub
- URL: https://github.com/zef-dev/convoworks-intent-model-editor
- Owner: zef-dev
- Created: 2020-12-14T10:45:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T20:13:13.000Z (about 3 years ago)
- Last Synced: 2025-07-28T21:51:52.206Z (6 months ago)
- Language: JavaScript
- Size: 44 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Convoworks Intent Model Editor
> Intent and entity editors for the Convoworks framework
[](https://www.npmjs.com/package/@zef-dev/convoworks-intent-model-editor) [](https://standardjs.com)
## Install
### npm
```bash
npm install --save @zef-dev/convoworks-intent-model-editor
```
### yarn
```bash
yarn add @zef-dev/convoworks-intent-model-editor
```
## Usage
#### React example
```jsx
import React, { Component } from 'react'
import {
IntentEditor,
EntityEditor
} from '@zef-dev/convoworks-intent-model-editor'
import '@zef-dev/convoworks-intent-model-editor/dist/index.css'
class IntentExample extends Component {
render() {
return (
)
}
}
class EntityExample extends Component {
render() {
return (
)
}
}
```
## License
MIT © [zef-dev](https://github.com/zef-dev)