1.0.9 • Published 4 years ago

react-pretty-ms v1.0.9

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 years ago

React Pretty Milliseconds

Humanize milliseconds in React and React Native 133700000015d 11h 23m 20s

pipeline status Downloads Install size

Demo in Glitch

Demo React App

Install

$ npm install react-pretty-ms

Usage

import React from 'react';
import PrettyMs from 'react-pretty-ms';

const App = () => (
  <div>
    <PrettyMs input={1337000000} options={{compact: true}} />
  </div>
);

API

input={input}

Type: integer

<PrettyMs input={1337000000} />

// => '15d 11h 23m 20s'

options={object}

Type: object

<PrettyMs input={1337000000} options={{compact: true}} />

// => '15:11:23:20'

License

MIT © Yoginth

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago