@tylertech/forge-ai-react
v0.3.0
Published
A React adapter for Tyler Forge™ AI Web Components.
Downloads
207
Keywords
Readme
Tyler Forge™ AI React Adapter
This repository contains the @tylertech/forge-ai-react adapter library for working with Tyler Forge™ AI components within a React application.
Usage
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.
import '@tylertech/forge-ai/ai-chat-interface';Development
The dev app can be started by running: pnpm run start.
To build the library:: pnpm run build.
