The Hover Tile component is an animated, moving container.
Imports
Import React and the Hover Tile Component.
0
import * as React from "react";
1
import { HoverTile } from "slate-react-system";
Usage
Declare the Hover Tile component.
0
class Example extends React.Component {
3
<HoverTile style={{ padding: 24 }}>
Output
Accepted React Properties
NameTypeDefaultDescription
width
number
300
Hover Tile width
height
number
300
Hover Tile height
style
Object
{}
Style object used to style the Hover Tile (background-color, etc.)