Skip to content
IntelliHelper logo

Intelli UI

React NativeForms

Prompt Suggestions

Quick-start prompt chips for empty chat states. Import from @intelli/ui-native. Use onPress and style instead of DOM events and className.
npx @intellihelper/cli@latest add @native/prompt-suggestions

Usage

From an Expo or React Native app, wrap the tree in ThemeProvider.

import { ThemeProvider } from "@/components/ui/native/theme";
import { PromptSuggestions } from "@/components/ui/native/ai";

export function Example() {
  return (
    <ThemeProvider theme="mono" followSystem>
      <PromptSuggestions placeholder="Prompt Suggestions" />
    </ThemeProvider>
  );
}

Platform notes

This component is implemented in packages/ui-native. Preview it on a device with pnpm native from the monorepo (Expo Go).

Optional peers: expo-blur for real frost, react-native-safe-area-context for sheet/dialog insets.

Source: ui-native components on GitHub

9:41

Hello
Native chat preview

iPhone preview — same APIs as @intelli/ui-native