A React adapter for Tyler Forge™ AI Web Components.
npm install @tylertech/forge-ai-reactThis repository contains the @tylertech/forge-ai-react adapter library for working with Tyler Forge™ AI components within a React application.
This library provides React wrapper components for Forge AI components.
You typically want to import the components as early as possible in the bootstrapping process of your application.
``ts`
import '@tylertech/forge-ai/ai-chat-interface';
The dev app can be started by running: pnpm run start.
To build the library:: pnpm run build`.