contact-component-example
v1.0.2
Published
Production
Downloads
14
Readme
Production
Production
Usage
Function that displays a section box with title, and colors specified.
Form
Contact(id) : component
- id: Contact ID [Number]
Example
import Contact from 'contact-component-example';
class MyComponent extends React.Component {
...
render(){
return <Contact id={4} />
}
...
}