You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-doughnut-progress

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-doughnut-progress

An animated responsive circular progress for Vue (3 and 2)

1.0.1
Source
npmnpm
Version published
Weekly downloads
587
-2.49%
Maintainers
1
Weekly downloads
 
Created
Source

vue-doughnut-progress

An animated responsive Circular Progress Bar for Vue (3 and 2)

Getting started

  • Install it using npm: npm i vue-doughnut-progress

  • Import it into your vue file:

    import VueDoughnutProgress from '@/vue-doughnut-progress.vue';
    
  • Add it to your template with parameters:

    <VueDoughnutProgress
        size="50"
        thickness="5"
        color="red"
        percent="23"
        text="test"
        bold="false"
        fontSize="14" 
    />
    

Parameters

  • size: Integer
  • thickness: Integer
  • color: String
  • percent: Integer
  • text: String (HTML Strings are possible)
  • bold: Boolean
  • fontSize: Integer (in pixels, no need to add px)

FAQs

Package last updated on 16 May 2022

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