1.2.0 • Published 5 years ago

@kr05/tiny-stepper v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

\

This component is a WIP. Please read the disclaimer for more context.

Stepper component that (mostly) adheres to Material Design. Built with lit-element and open-wc. Inspired by l2t-paper-stepper.

Installation

npm i @kr05/tiny-stepper

Usage

<script type="module">
  import 'tiny-stepper/tiny-stepper.js';
  import 'tiny-stepper/tiny-step.js';
</script>

<tiny-stepper>
  <tiny-step label="First step" subtitle="Edit me!" editable></tiny-step>
  <tiny-step label="Second step" subtitle="Please don't skip me." optional></tiny-step>
  <tiny-step label="Last step" lastStep></tiny-step>
</tiny-stepper>

Disclaimer

This is very much a work in progress, so take precautions if you plan on using tiny-stepper in production. That being said, I depend on this component for my business needs, which means that I will continue to update and support this package for the foreseeable future. If you find that it's not working as expected or wish to see some feature added, please submit an issue and I will get right on it.