An open API service indexing awesome lists of open source software.

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.

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.