You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@kr05/simple-stepper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kr05/simple-stepper

Stepper component that (mostly) adheres to Material Design.

1.1.0
latest
Source
npmnpm
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

<simple-stepper>

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. Built on top off the amazing l2t-paper-stepper.

Installation

npm i @kr05/simple-stepper

Usage

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

<simple-stepper>
  <simple-step label="First step" subtitle="Edit me!" editable></simple-step>
  <simple-step label="Second step" subtitle="Please don't skip me." optional></simple-step>
  <simple-step label="Third step" subtitle="I am locked, try opening me." locked></simple-step>
  <simple-step label="Last step" lastStep></simple-step>
</simple-stepper>

Roadmap

There are various milestones I would like to achieve with this component. Currently, these are:

  • Replace mwc-button and mwc-icon with with simple components.

  • Expose as much css as possible.

  • Align implementation as much as possible with the Gold Standard document.

Disclaimer

This is very much a work in progress, so take precautions if you plan on using <simple-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.

Keywords

web-component

FAQs

Package last updated on 20 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts