1.1.0 • Published 4 years ago

byte-converter-react v1.1.0

Weekly downloads
15
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago