Skip to content

Commit

Permalink
Merge pull request #12 from vtex-apps/add/recipe
Browse files Browse the repository at this point in the history
added carousel recipe to docs
  • Loading branch information
denisebiscaro authored Dec 17, 2019
2 parents ae868db + eca5ee3 commit 1c8357d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- Recipe about how to use slider-layout as carousel

## [0.7.2] - 2019-12-05

## [0.7.1] - 2019-11-25
Expand Down
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Slider-Layout is a flexible solution for building `sliders` of `blocks` within V

![](https://user-images.githubusercontent.com/27777263/70230361-e839db00-1736-11ea-9f29-7c945c10a5f7.png)

:warning: In order to use the `slider-layout` as a substitute to the `carousel` component, check this [recipe](https://vtex.io/docs/recipes/layout/building-a-carousel-through-lists-and-slider-layout) out.


## Configuration

1. Add the slider-layout app to your theme's dependencies in the `manifest.json`, for example:
Expand Down Expand Up @@ -49,6 +52,7 @@ Slider-Layout is a flexible solution for building `sliders` of `blocks` within V

```


| Prop name | Type | Description | Default value |
| ---------------------- | ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| `label` | `String` | Aria label to be used by the `<Slider />` component. | `'slider'` |
Expand Down

0 comments on commit 1c8357d

Please sign in to comment.