Chuck Norris faking components since he can.
npm install react-fake-component#react-fake-component
This component highly inspired from Kenan Yusuf's -Fake it'til you Make it- blog.
###Usage
Install
``bash`
npm i --save react-fake-component
add `https://github.com/OGPoyraz/react-fake-component/blob/master/dist/style.css` into your styles.
`js
// Import
import FakeComponent from 'react-fake-component';
// & Render
header: true,
line: 3,
repeat:5,
className: 'customClass',
styleForComponent: {
padding: '20px',
border:'5px solid #aac8ff'
},
styleForDivider:{
height:'1px',
marginTop:'10px',
marginBottom:'10px',
backgroundColor:'#ddd'
},
styleForLine: {
backgroundColor: '#aac8ff',
marginBottom: '8px',
height: '8px'
},
styleForHeader: {
backgroundColor: '#aac8ff',
marginBottom: '15px',
height: '20px'
},
styleForAvatar: {
backgroundColor: '#aac8ff',
width: '100px',
height: '100px'
}
}}/>
`
#### Changelog
##### 1.1.1
* _repeat_ property added. #1
* Divider && _styleForDivider_ added. #2
###Development
Clone repo & navigate into it
`bash``
npm i
npm run development
& browse http://localhost:3000
Thanks for reading.