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
| Prop | Type | Default | Description |
|---|---|---|---|
class | string | - | Additional CSS classes. |
...props | HTMLAttributes<'div'> | - | Any other attributes passed to the container. |