Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 211 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 211 Bytes

Default usage:

<Duration from={new Date('2018-03-01')} />

Usage with optional additional offset information:

<Duration
  from={new Date('2018-03-01')}
  offset={new Date('2018-03-15')}
/>