weex-plugin--weex-percentage-circle

1.0.0 • Public • Published

weex-percentage-circle

weex-percentage-circle is a component which supports you define your percent and draw the circle.And also you can use it as a progress bar.

shots:

Start

npm i weex-percentage-circle --save
 
 
<template>
  <div class="container">
    <div class="item">
        <weex-percentage-circle border-width="2" color="#e74c3c" percent="100" radius="60"></weex-percentage-circle> 
     </div>
     
  </div>
</template>
 
<style>
  .container{
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }
  
</style>
 
<script>
  require('../../src/weex-percentage-circle.we')
 
</script>
 

Options

Props Type Example Description
color string '#000' the color of border
percent Number 30 the percent you need
radius Number 20 how large the circle is
border-width Number(default 2) 5 the width of percentage progress bar

Contributions

Your contributions and suggestions are welcome 😄😄😄

React-Native-Percentage-Circle

MIT License

Readme

Keywords

Package Sidebar

Install

npm i weex-plugin--weex-percentage-circle

Weekly Downloads

1

Version

1.0.0

License

Apache 2.0

Last publish

Collaborators

  • jack_pu