AskAI.Sidepane

Sidepane chat surface primitive

Overview

Sidepane chat surface that slides in from the right on desktop and from the bottom on mobile. Pair it with AskAI.Trigger.

Usage

import { AskAI } from 'peam/client';

export default function Page() {
  return (
    <AskAI>
      <AskAI.Trigger />
      <AskAI.Sidepane />
    </AskAI>
  );
}

Notes

  • AskAI.Sidepane must be rendered inside AskAI.
  • For inline rendering inside the sidepane, use AskAI.Inline.

On this page

GitHubEdit this page on GitHub