Skip to content

Commit

Permalink
clarification of the activeClass
Browse files Browse the repository at this point in the history
  • Loading branch information
toviszsolt committed Mar 28, 2024
1 parent 32a6571 commit 5473c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ _Note: The much loved `Refs` used in the previous version and React were thrown

| Prop | Type | Default | Description |
| ----------- | ------------------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| activeClass | string | '' | Class name to be applied to the active link |
| activeClass | string | '' | Class name(s) to be applied to the active link |
| activeAttr | boolean | false | If true, the active link will have an attribute `data-active` attached to it. |
| offsetTop | number | 0 | Offset the final scroll position from top in pixels. |
| offsetLeft | number | 0 | Offset the final scroll position from left in pixels. |
Expand Down

0 comments on commit 5473c2d

Please sign in to comment.