react-absolute
v0.0.2
Published
An absolute-ly positioned component.
Readme
react-absolute
An absolute-ly positioned component.
Usage
import Absolute from "react-absolute"
const App = () =>
<Absolute>
<p>This is positioned absolute.</p>
</Backdrop>