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

vue-cryptobar

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cryptobar

A dynamic cryptocurrency module which looks modern and clear.

  • 2.6.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
increased by76.92%
Maintainers
1
Weekly downloads
 
Created
Source


About vue-cryptobar

Vue-cryptobar is a cryptocurrency tool for Vue developers which looks really modern and clear also can be re-styled with configurations. It shows current prices with colors depending on the positive-negative values and also shows the market name which did the last transition.
Before the installation vue-cryptobar requires Node and Vue.js to run.

Installation

Install the vue-cryptobar on your vue project:
$ npm install --save vue-cryptobar

To using vue-cryptobar

Add 'cryptobar' to inside of your 'components' section, after then:
import cryptobar from "vue-cryptobar"
And last thing to do is:
<cryptobar/>

Configurations

Values
Default coins are Bitcoin, Ethereum, Maker and default currencies are USD and TRY. To make cryptobar with specific values you have to go on options like:
<cryptobar
    :coin-name-config="['BTC','ETH','MKR']" 
    :coin-type-config="['USD', 'TRY']"
  />
Styling
The cryptobar can be re-styled to your preferred colors. Default style of the cryptobar is as in the gif above. For re-styling you can put in any color value such as, hex, rgb or direct color name.

With example:
<cryptobar
     bar-radius="4px"
     bar-color="rgb(192, 192, 192)"
     positive-price-color="#253121"
     negative-price-color="orange"
     currency-symbol-color="#212121"
     name-and-currency-color="rgb(255, 255, 255)"
     trade-market-color="yellow"
  />
With next patches vue-cryptobar will be much more adjustable, flexible and responsive for different size screens.
Feedback to onurozkan.dev@outlook.com via e-mail to make this tool greater :+1:

Keywords

FAQs

Package last updated on 08 Mar 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

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