Skip to main content
ninna-ui

Data Display

7 components

Components for presenting data — cards, tables, statistics, timelines, trees, and calendars. Display structured information clearly.

@ninna-ui/data-display
pnpm add @ninna-ui/data-display

Requires @ninna-ui/core (auto-installed) + CSS setup.

Features

  • 7 data display components
  • DataTable with sorting, pagination, selection
  • Card with composable sub-components
  • Timeline for activity feeds
  • Tree view with nested data
  • Calendar with date range support

Quick Start

import { Card, Stat, Table } from "@ninna-ui/data-display";