oni-react-hexagon-progress

0.0.7 • Public • Published

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

/oni-react-hexagon-progress/

    Package Sidebar

    Install

    npm i oni-react-hexagon-progress

    Weekly Downloads

    16

    Version

    0.0.7

    License

    ISC

    Unpacked Size

    30 kB

    Total Files

    7

    Last publish

    Collaborators

    • xiaohuoni