https://github.com/kr05/tiny-stepper
Stepper component that (mostly) adheres to Material Design.
https://github.com/kr05/tiny-stepper
Last synced: about 1 month ago
JSON representation
Stepper component that (mostly) adheres to Material Design.
- Host: GitHub
- URL: https://github.com/kr05/tiny-stepper
- Owner: kr05
- License: mit
- Created: 2019-10-06T08:58:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T01:41:10.000Z (over 5 years ago)
- Last Synced: 2025-02-27T15:04:34.695Z (10 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# \
> This component is a WIP. Please read the [disclaimer](#Disclaimer) for more context.
Stepper component that (mostly) adheres to Material Design. Built with [lit-element](https://lit-element.polymer-project.org/) and [open-wc](https://github.com/open-wc/open-wc). Inspired by [l2t-paper-stepper](https://github.com/Link2Twenty/l2t-paper-stepper).
## Installation
```bash
npm i @kr05/tiny-stepper
```
## Usage
```html
import 'tiny-stepper/tiny-stepper.js';
import 'tiny-stepper/tiny-step.js';
```
## 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.