Skip to content

Commit

Permalink
docs: add links to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
nuria-fl committed Jun 13, 2023
1 parent 94a9987 commit f1b3c6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@
- Show next/previous items partially
- Works with server-side rendering

## 👀 Demos

View the full [Storybook documentation](https://react-carousel.codely.com/).

- [Standard Carousel](https://react-carousel.codely.com/?path=/story/carousel--default)
- [Variable Slides](https://react-carousel.codely.com/?path=/story/carousel--variable-slides)
- [With Gap](https://react-carousel.codely.com/?path=/story/carousel--with-gap)
- [With Custom Button Content](https://react-carousel.codely.com/?path=/story/carousel--with-custom-button-content)
- [With Custom Aria Labels](https://react-carousel.codely.com/?path=/story/carousel--with-custom-aria-labels)
- [Button Styling](https://react-carousel.codely.com/?path=/story/carousel--button-styling)


## ⚙️ How to use

1. Install the dependency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@codelytv/react-carousel",
"author": "codelytv",
"license": "MIT",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"files": [
"dist"
Expand Down

1 comment on commit f1b3c6e

@vercel
Copy link

@vercel vercel bot commented on f1b3c6e Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.