1.0.9 • Published 12 months ago

custom-steps v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Custom Steps

webComponent steps

Install

npm i custom-steps

Browser

Script tag

<script src="./node_modules/custom-steps" defer ></script>

Webpack / Vite / Browserify / Babel

import 'custom-steps'

Usage

<custom-steps>
        <div data-active="true" style="width: 500px;height: 120px;margin:50px auto;border: 1px solid black;" ></div>
        <div data-active="false" style="width: 500px;height: 120px;margin:50px auto;border: 1px solid black;" ></div>
        <div data-active="true" style="width: 500px;height: 120px;margin:50px auto;border: 1px solid black;" ></div>
    </custom-steps>

Slots Property

PropertyTypeValue
data-activestring'true' | 'false'
1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago