my-react-module
v1.0.6
Published
Test to create my own react module
Downloads
3
Readme
my-react-module
Test to create my own react module
Install
npm install --save my-react-module
Usage
import React, { Component } from 'react'
import Cardy from 'my-react-module'
import 'my-react-module/dist/Card/Card.css'
class Example extends Component {
render() {
return <Cardy
headerContent="Card Header Content"
bodyContent="Car Body Content"
footerContent="Card Footer Content"
/>
}
}
License
MIT © sadiosan