@corejam/plugin-dershop
Version:
corejam dershop app - Serverless Jamstack Webshop
56 lines (33 loc) • 1.14 kB
Markdown
# dershop-product-box
<!-- Auto Generated Below -->
## Properties
| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | -------- | ----------- |
| `image` | `image` | | `string` | `undefined` |
| `name` | `name` | | `string` | `undefined` |
| `price` | `price` | | `number` | `undefined` |
| `url` | `url` | | `string` | `undefined` |
## Methods
### `getDroppableElements() => Promise<string[]>`
#### Returns
Type: `Promise<string[]>`
## Dependencies
### Used by
- [dershop-product-list](../dershop-product-list)
### Depends on
- corejam-box
- corejam-base-link
- corejam-image
- corejam-type
### Graph
```mermaid
graph TD;
dershop-product-box --> corejam-box
dershop-product-box --> corejam-base-link
dershop-product-box --> corejam-image
dershop-product-box --> corejam-type
dershop-product-list --> dershop-product-box
style dershop-product-box fill:#f9f,stroke:#333,stroke-width:4px
```
----------------------------------------------
*Built with [StencilJS](https://stenciljs.com/)*