Socket
Socket
Sign inDemoInstall

monkey-bar

Package Overview
Dependencies
6
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    monkey-bar

Progress element built with lit-element based on Bootstrap 4


Version published
Weekly downloads
204
increased by12.71%
Maintainers
1
Install size
3.25 MB
Created
Weekly downloads
 

Readme

Source

monkey <monkey-bar>

🛠 Feel free to try it out, but be aware that the component is in alpha.

Progress element built with lit-element based on Bootstrap 4.

<monkey-bar
  min="0"
  max="100"
  now="80"
  label striped></monkey-bar>

<monkey-bar> screenshot

Pre-requisite

  • Node.js >= 10.17.0
  • npm >= 6.13.0 (npm comes with Node.js so there is no need to install it separately)

Use the component

  1. Install the component from npm

    $ npm i monkey-bar@1.0.0-alpha2
    
  2. Import the component

    In a JavaScript module:

    import 'monkey-bar'
    

    In an HTML page:

    <script type="module">
      import './path-to/monkey-bar/monkey-bar.js';
    <script>
    

    Or:

    <script type="module" src="./path-to/monkey-bar/monkey-bar.js"></script>
    
  3. Add the component to your application or component:

    <monkey-bar><monkey-bar>
    

Keywords

FAQs

Last updated on 13 Nov 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc