@janarendvw/spotlight
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

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>

Package Sidebar

Install

npm i @janarendvw/spotlight

Weekly Downloads

0

Version

2.2.0

License

MIT

Unpacked Size

66 kB

Total Files

15

Last publish

Collaborators

  • janarendvw