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

https://github.com/caribouflex/caribou-stepper

caribou-stepper is a stepper elements that follows the material design guidelines, built using Polymer.
https://github.com/caribouflex/caribou-stepper

caribou caribou-stepper caribouflex javascript material material-design polymer polymer-2x polymer-element polymer2 step stepper web-components

Last synced: 5 months ago
JSON representation

caribou-stepper is a stepper elements that follows the material design guidelines, built using Polymer.

Awesome Lists containing this project

README

          

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/caribouflex/caribou-stepper)

## <caribou-stepper>

`` is a Polymer 2 element used to convey progress through numbered steps (Material Design)

This element allow you to add the quantity of step you want.
Anything can be inserted into each step.

All the elements can be customized refer to the styling section.

### NEW

- Horizontal stepper
- Step validation
- IE11 support
- Step native Required input validation.

### Incoming (TODO)
- GITHUB demo pages.
- Bug Fixes
- Mobile stepper

### Styling
For the styling check the ``, `` and ``

## Usage

```html





@email.com







@email.com







@email.com


```

## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License
Apache License 2.0