Sequence
docs
Astro components

Product widget

A mock product dashboard widget.

A visual component representing a product dashboard with charts and statistics. Useful for hero sections or feature illustrations.

Usage

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

<ProductWidget />

Props

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

On this page