1.0.3 • Published 2 years ago

@magicniclus/dateutils v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Getting Started with Date Utils

Installation

npm i @magicniclus/dateutils

Usage

In the project directory, you can run:

import { DateComponent as Date } from '@magicniclus/dateutils'

function App() {
  return (
    <div className="App">
      <DateComponent />
      ...
    </div>
  );
}
export default App;