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

hc-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hc-progress-bar

A vuejs component for progress loading

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

hc-progress-bar

Installation

npm i @haftcinco/hc-progress-bar

Module

import progress-bar from "@haftcinco/hc-progress-bar"

props

  • progress Value 2. Backgrounds 3. active or deactivate

progress Value

It specifies filling percentage of the bar

typeNumber
default0
requiredtrue

Backgrounds

this bar consists the following:

  • warning
  • danger
  • success
  • info
typeString
defaultwarning
requiredfalse

active

you can active or deactivate bar

typeBoolean
defaulttrue
requiredfalse

height

You can set your bar height as well

heightclass
5pxhc-progress.progress-xs
10pxhc-progress.progress-sm
15pxhc-progress.progress-md
20pxhc-progress.progress-lg
25pxhc-progress.progress-xl

Striped

Add .hc-progress-bar-striped to any .hc-progress-bar to apply a stripe via CSS gradient over the progress bar’s background color.

Keywords

Vuejs

FAQs

Package last updated on 18 Sep 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