This package has been deprecated

Author message:

React integration now part of the main indicate package.

indicate-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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>

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i indicate-react

    Weekly Downloads

    84

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    3.69 kB

    Total Files

    4

    Last publish

    Collaborators

    • naminho