Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

org.webjars.bowergithub.zecat:paper-stepper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.webjars.bowergithub.zecat:paper-stepper

WebJar for paper-stepper

  • 2.0-beta.5
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

paper-stepper

Paper-stepper is an element made with Polymer to easily create a stepper with respect to the material specification.

Steppers display progress through a sequence by breaking it up into multiple logical and numbered steps. They may also be used for navigation.

demo & doc

See component page

installation

bower install -S Zecat/paper-stepper#v2.0-beta.5

Basic use

<paper-stepper>
	<paper-step label="step 1"> content step 1 </paper-step>
	<paper-step label="step 2"> content step 2 </paper-step>
	<paper-step label="step 3"> content step 3 </paper-step>
</paper-stepper>

FAQs

Package last updated on 19 Jul 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc