Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/content/guides/buttons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can use the `showButtons` option to choose which buttons to show in the popo
<div id="driver-note" className="mb-5">
> **Note:** When using the `highlight` method to highlight a single element, the only button shown is the `close`
button. However, you can use the `showButtons` option to show other buttons as well. But the buttons won't do
anything. You will have to use the `onNextClick` and `onPreviousClick` callbacks to implement the functionality.
anything. You will have to use the `onNextClick` and `onPrevClick` callbacks to implement the functionality.
</div>

<div className='flex flex-col gap-1'>
Expand Down Expand Up @@ -302,4 +302,4 @@ You can add custom buttons using `onPopoverRender` callback. This callback is ca

driverObj.drive();
```
</CodeSample>
</CodeSample>