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
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Widget title |
| subtitle | string | — | Subtitle text |
| collapsible | boolean | false | Allow collapse |
| loading | boolean | false | Show loading state |
| children* | ReactNode | — | Widget content |