Skip to content

Latest commit

 

History

History
executable file
·
29 lines (20 loc) · 376 Bytes

README.md

File metadata and controls

executable file
·
29 lines (20 loc) · 376 Bytes

React Spy

Storybook available https://jamesbliss.github.io/react-spy


Usage

Install

yarn add @jamesbliss/react-spy

Include the component at the top of the component it's required in.

import Spy from '@jamesbliss/react-spy';

Implement as follows

  <Spy>
    <Component />
    <Component />
    <Component />
  </Spy>