DOCS
v0.4

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

PropTypeDefaultDescription
data unknown Data to preview
format "json"|"csv"|"table" "json" Display format

Events

EventDetailDescription
ai-data-confirm {} Confirm clicked