Orders List Card - Soft UI
See below our example that you can use for your Vue.js project.
Demo
Top Selling Products
| Product | Value | Ads Spent | Refunds |
|---|---|---|---|
Nike v22 Running12.821 orders |
$130.992 |
$9.500 |
13 |
Black Chair2.421 orders |
$40.600 |
$9.430 |
54 |
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| title | String |
title is used to add the title of the
OrdersListCard component.
|
|
| headers | Array |
headers is is used to add headers to the
OrdersListCard.
|
|
| lists | ['values ' 'title' 'order' 'info' 'img' 'icon'] |
lists is is used to add a list of items to
the
OrdersListCard component.
|