1.0.11 • Published 5 years ago
masspa-eorder-product v1.0.11
masspa-eorder-product
Made with create-react-library
Install
npm install --save masspa-eorder-productUsage
import React, { Component } from 'react'
import MyComponent from 'masspa-eorder-product'
import 'masspa-eorder-product/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}Properties
| Prop | description |
|---|---|
| description | HTML |
| title | title of product |
| madeIn | made in |
| price | price of product |
| featureList | array of feature |
| stars | number of stars |
| sku | SKU |
| orderAction | action order button |
| fontFamily | font-family |