Free components for building your own support agent — bring any backend.Want the agent too? Inflection resolves support requests inside your app.

Agent

Banner

A one-line note about the conversation itself: rate limited, disconnected, handed to a person.

Install

npx shadcn@latest add https://ui.inflection.network/r/banner.json

Pulls in utils automatically.

Usage

This conversation has been handed to a person.

error

Props

NameTypeDescription
children*ReactNode
variant"info" | "error"Errors get `role="alert"`; info gets `role="status"`.Default: "info"
onDismiss() => voidRenders a dismiss control when provided.

* required