Skip to content

Commit

Permalink
docs(carousel): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RivaIvanova committed Oct 31, 2024
1 parent 88182b9 commit 4879ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/en/components/layouts/carousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For a complete introduction to the {ProductName}, read the [*Getting Started*](.

Now that you have the {ProductName} Carousel imported, you can start with a basic configuration of the `Carousel` and its slides.

Use the `Carousel` selector to wrap your `Slide`s. The slides may feature any valid html content inside, including other components.
Use the `Carousel` selector to wrap your slides. The slides may feature any valid html content inside, including other components.

```html
<igc-carousel>
Expand Down Expand Up @@ -131,7 +131,7 @@ To add {Platform} custom carousel indicators, use the `Indicator`:
</igc-carousel>
```

The {ProductName} Carousel component allows users to use different elements for the active and inactive state of a single indicator. It is mandatory to provide 2 elements for each slot (empty and active) when declaring an indicator, even if they are the same.
The {ProductName} Carousel component allows users to use different elements for the active and inactive state of a single indicator. It is mandatory to provide two elements for each slot (empty and active) when declaring an indicator, even if they are the same.


### Custom navigation buttons
Expand Down

0 comments on commit 4879ce8

Please sign in to comment.