跳到主要内容

XThink

An AI thinking/loading indicator shown while the model is processing.

Source: Re-exported from @ant-design/x. Full documentation: Ant Design X Think

Basic Usage

import { XThink } from '@vef-framework-react/components';

export default function Demo() {
return <XThink status="thinking" />;
}

API

PropTypeDefaultDescription
status'thinking' | 'done'Current thinking status
childrenReactNodeContent shown when done

For the full API, see Ant Design X Think docs.