AI Native UI Kit
Components

Caveat

A disclaimer banner that warns users about AI limitations.

AI responses can be inaccurate or misleading. Learn more

Installation

npx shadcn@latest add https://ai-native-ui.com/r/caveat.json

Usage

import { Caveat } from "@/components/ui/caveat";

<Caveat learnMoreHref="/docs/safety">
  AI responses can be inaccurate or misleading.
</Caveat>;

Props

PropTypeDescription
childrenReactNodeMessage text.
learnMoreHrefstringAdds a "Learn more" link when set.
tone"warning" | "info" | "neutral"Color treatment.

On this page