This component has been deprecated. Please use assistant-ui instead.

interface SectionProps {
    children?: ReactNode;
    className?: string;
    data-test?: string;
}

Properties

children?: ReactNode

Content to show inside the Section

className?: string

Extra CSS classes

data-test?: string

Custom selector for testing