Skip to content

Instantly share code, notes, and snippets.

@karenying
Created June 16, 2020 01:18
Show Gist options
  • Save karenying/1cfda17b3fab2bb6f1ca703250bca3ca to your computer and use it in GitHub Desktop.
Save karenying/1cfda17b3fab2bb6f1ca703250bca3ca to your computer and use it in GitHub Desktop.
return (
<div className='App'>
<Arrow
direction='left'
clickFunction={() => onArrowClick('left')}
/>
<CarouselSlide content={content} />
<Arrow
direction='right'
clickFunction={() => onArrowClick('right')}
/>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment