0.0.7 • Published 6 years ago

oni-react-hexagon-progress v0.0.7

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

oni-react-hexagon-progress

NPM version NPM downloads

change for HexagonProgress

Getting Started

Install

# Install
$ npm install oni-react-hexagon-progress --save

Usage Examples

function App(props) {
  const data ={
    value:0.5,
    animation:true,
    startAngle: 0,
    lineWidth: 20,
    lineBackFill: { color : "#fff"},
    background: { color : "rgba(0,0,0,0)" },
    // lineFrontFill: { image :bgImg },
    lineFrontFill: { color:'red' },
    style:styles.hexagon
};
  return (
    <div className={styles.wrap}>
    <HexagonProgress {...data}/>
     </div>
  );
}

License

MIT

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4-rc.2

6 years ago

0.0.4-rc.1

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago