Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. import { connectIntrojsStep } from 'react-introjs';
  2.  
  3. const IntrojsConnectedAtag = connectIntrojsStep('a', 'step1');
  4. const IntrojsConnectedInput = connectIntrojsStep(Input, 'step2')
  5. return (
  6. <IntrojsConnectedAtag id="step1" >test1</IntrojsConnectedAtag>
  7. <IntrojsConnectedInput id="step2" placeholder="Search on title..."
  8. className={styles.searchInput} />);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement