AI Components / Data Preview
Data Preview
Preview structured data (JSON/CSV/table) before AI processing.
ai-devops v0.5.0
Playground
Examples
JSON preview
<ai-data-preview format="json" title="Input Data" style="max-width:400px;"></ai-data-preview> Import
import { AiDataPreview } from '@cognivo/components'; // Or tree-shake: import '@cognivo/components/ai-data-preview'; Per-component imports ship only that component (~8 kB gzip).
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
data | unknown | — | Data to preview |
format | "json"|"csv"|"table" | "json" | Display format |
Events
| Event | Detail | Description |
|---|---|---|
ai-data-confirm | {} | Confirm clicked |