Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Emiliano-Bucci committed May 2, 2021
1 parent 8fd1015 commit 39f7eed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -42,13 +42,11 @@ const { carouselFragment } = useSpringCarousel({
items: [
{
id: 'item-1',
renderItem: <ItemComponent />,
renderThumb: <ThumbComponent />,
renderItem: <div>Item 1</div>,
},
{
id: 'item-2',
renderItem: <ItemComponent />,
renderThumb: <ThumbComponent />,
renderItem: <div>Item 2</div>,
},
],
})
Expand Down

0 comments on commit 39f7eed

Please sign in to comment.