1.0.4 • Published 6 years ago
indicate-react v1.0.4
indicate-react
React wrapper component for indicate.
npm install indicate indicate-react
Usage
The regular options can directly be added to the component as props. The
Indicate React Component can only contain a single child at the top-level.
import Indicate from 'indicate-react'
<Indicate arrows={false}>
  <div>
  	<h2>Lorem ipsum</h2>
  	<p>dolor sit amet, consectetur adipiscing elit.</p>
  </div>
</Indicate>