Initial commit

This commit is contained in:
2018-06-03 19:14:36 -07:00
parent 895daa8006
commit 36f2c92c35
10 changed files with 8880 additions and 414 deletions

View File

@ -2,29 +2,15 @@
> This module extends **React Js**
This FancyImage React component creates an animation on image change and can be used as nice and material headline design with image.
React component that mounts three dot button that morphs into a menu by clicking on it.
Never ever worry about a fancy dropdown menu. This component does it for you!
# Installation
`npm install --save react-fancy-image`
`npm install --save react-animated-menus`
# Usage
Add following line at the beginning of your document:
`import ReactFancyImage from 'react-fancy-image'`
Use the ReactFancyImage component:
```jsx
<ReactFancyImage img={require(imgUrl)} headlineA="" headlineB="" />
//The image is displayed 'absolute'.
//To embed it into your website it is recommended to use a parent div
//to be able to move and style the image. Like so:
<div style={{position: 'relative'}}>
<ReactFancyImage img={require(imgUrl)} headlineA="" headlineB="" />
</div>
```
# Contact