1.0.4 • Published 4 years ago

indicate-react v1.0.4

Weekly downloads
87
License
MIT
Repository
github
Last release
4 years ago

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>
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago