Skip to content

Commit

Permalink
docs: update documentation to include overlayColor option
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeaniiandrew committed Aug 1, 2024
1 parent ab2a2f9 commit 2f35468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ <h4>Boarding Definition</h4>
padding: 10, // Distance of element from around the edges
allowClose: true, // Whether clicking on overlay should close or not
overlayClickNext: false, // Should it move to next step on overlay click
overlayColor: 'rgb(0,0,0)', // Background color for the overlay element
doneBtnText: 'Done', // Text on the final button
closeBtnText: 'Close', // Text on the close button for this step
nextBtnText: 'Next', // Next button text for this step
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ const boarding = new Boarding({
padding: 10, // Distance of element from around the edges
allowClose: true, // Whether the click on overlay should close or not
overlayClickNext: false, // Whether the click on overlay should move next
overlayColor: "rgb(0,0,0)", // Background color for the overlay element
doneBtnText: "Done", // Text on the final button
closeBtnText: "Close", // Text on the close button for this step
nextBtnText: "Next", // Next button text for this step
Expand Down

0 comments on commit 2f35468

Please sign in to comment.