1.0.7 • Published 6 years ago
masspa-einfomation-product v1.0.7
masspa-einfomation-product
Made with create-react-library
Install
npm install --save masspa-einfomation-productUsage
import React, { Component } from 'react'
import MyComponent from 'masspa-einfomation-product'
import 'masspa-einfomation-product/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}Properties
| Prop | description |
|---|---|
| description | HTML |
| detailList | array of feature |
| firstTitle | title of detail list |
| secondTitle | title of description |
| fontFamily | font-family |
| maximumText | maximum characters of text |
| buttonMoreStyle | Custom more button style |
| evenRowColor | Custom even row color |
| customThStyle | Custom th row style |