Prompt A component that renders an input prompt. Basic example DownloadCopy code 1import { ChatView } from '@markprompt/react'; 2 3function Example() { 4 return <Prompt buttonLabel="Send" showSubmitButton />; 5} Component API Prop Type