2.2.0 • Published 4 months ago

@janarendvw/spotlight v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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>