react reveal flip

Solutions on MaxInterview for react reveal flip by the best coders in the world

showing results for - "react reveal flip"
Gianluca
18 Apr 2018
1// You can live edit this code below the import statements
2import React from 'react';
3import Flip from 'react-reveal/Flip';
4
5class FlipExample extends React.Component {
6  render() {
7    return (
8      <div>
9        <Flip left>
10          <h1>React Reveal</h1>
11        </Flip>
12      </div>
13    );
14  }
15}
16
17export default FlipExample;
18 
19
similar questions
queries leading to this page
react reveal flip