1.0.2 • Published 7 years ago
contact-component-example v1.0.2
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} />
}
...
}