WidgetCard

Dashboard widget container. Supports collapse, settings, remove, fullscreen, and time range selector.

Preview

Usage

import { WidgetCard } from '@ramtt/ui'

<WidgetCard title="Power trend" subtitle="Last 30 days">
  Chart content here
</WidgetCard>

Props

PropTypeDefaultDescription
title*stringWidget title
subtitlestringSubtitle text
collapsiblebooleanfalseAllow collapse
loadingbooleanfalseShow loading state
children*ReactNodeWidget content