A browser-only workspace for pasting CSV data, previewing fields, and producing SVG visual summaries.
Show how UIF can support local data workflows without requiring a server upload.This example is a contained UIF Micro App: route-scoped assets, browser-side state, visible controls, and a bounded root that can run inside the larger public shell.
Use this pattern when users need to explore lightweight tabular data in the browser before committing it to a governed workflow.
Provide data entry, field detection, chart controls, summary metrics, and export-ready visual output inside one contained workspace.
<section data-uif-demo="data-visualization">
<textarea data-uif-csv-input></textarea>
<select data-uif-chart-type>...</select>
<svg data-uif-chart></svg>
</section>