@chat-form/core
v1.0.1
Published
> A React component presenting complex forms in a conversational way. Simple, clear, separate user concerns, and reduce filling anxiety.
Downloads
39
Readme
Chat Form
A React component presenting complex forms in a conversational way. Simple, clear, separate user concerns, and reduce filling anxiety.
Install
npm i --save @chat-form/core
Usage
import { SequenceCard } from '@chat-form/core'
export default () => <SequenceCard steps={steps} />
See more examples at chat-form.io