Skip to content

Commit

Permalink
fix(docs): Slide group's active class
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrivino authored Feb 15, 2025
1 parent 6d957d3 commit f710a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/pages/en/components/slide-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Similar to the [v-window](/components/windows) component, `v-slide-group` lets i

### Props

#### Active class
#### Selected class

**active-class** prop allows you to pass a class to customize the active items.
**selected-class** prop allows you to pass a class to customize the active items.

<ExamplesExample file="v-slide-group/prop-active-class" />

Expand Down

0 comments on commit f710a2f

Please sign in to comment.