1.1.0 • Published 5 years ago

byte-converter-react v1.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
5 years ago

byte-converter-react · GitHub license npm version

A small React component to convert between data sizes.

usage

$ npm install byte-converter-react

Available props:

Usage:

import React from "react";

import ByteConverter from "byte-converter-react";

class App extends React.Component {
  render() {
    return (
      <ByteConverter suffix inUnit="KB" outUnit="MB">
        1024
      </ByteConverter>
    );
  }
}

export default App;
1.1.0

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago