Made with create-react-library
npm install --save masspa-eorder-product
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 />
}
}
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 |