@janarendvw/spotlight
v2.2.0
Published
A simple spotlight effect for your web app
Downloads
9
Maintainers
Readme
spotlight
package that can be used to create quick spotlight-like tutorials for your web interfaces
installation
npm
npm i @janarendvw/spotlight
yarn
yarn add @janarendvw/spotlight
pnpm
pnpm add @janarendvw/spotlight
usage
Add elements to the spotlight tour
<div data-spotlight>{...}</div>
Add a description to the element
<div data-spotlight data-spotlight-description="This is a clickable div element.">{...}</div>
Order your elements in the spotlight tour
<div data-spotlight data-spotlight-order="1">{...}</div>
<div data-spotlight data-spotlight-order="2">{...}</div>
<div data-spotlight data-spotlight-order="3">{...}</div>