Sequence
docs
Astro components

Stats widget

A widget displaying statistical metrics.

A visual component displaying a set of fake statistics (Revenue growth, Time saved, etc.) with charts.

Usage

---
import StatsWidget from '@/components/StatsWidget.astro';
---

<StatsWidget />

Props

PropTypeDefaultDescription
classstring-Additional CSS classes.
...propsHTMLAttributes<'div'>-Any other attributes passed to the container.

On this page