New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

st-progress-component

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

st-progress-component

Stencil Progress Component

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
8
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Stencil Progress Component

This is a simple progress component created using Stencil.

Progress - <st-progress>

Progress indicators express an unspecified wait time.

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/st-progress-component/dist/st-progress.js'></script> in the head of your index.html
    1.1 You can specify a semantic version in your unpkg url: <script src='https://unpkg.com/st-progress-component@latest/dist/st-progress.js'></script>

Node Module

  • Run npm i st-progress-component --save
  • Put a script tag similar to this in the head of your index.html

Examples

Default animated progress bar.

<st-progress></st-progress>

<st-progress color="#2196f3"></st-progress>

<st-progress color="rgb(225,0,80)"></st-progress>

Properties

PropertyAttributeDescriptionTypeDefault
colorcolorThe visual color style of the progressstringundefined

Demo

  • Click here to check out the demonstration

Built with StencilJS

License

MIT © Ademílson F. Tonato

Keywords

st-progress

FAQs

Package last updated on 08 Feb 2019

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