0.0.2 • Published 7 months ago

full-year-hook v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Full year hook

Leverage your React profiency with the best library out here.

Powered by react-full-year & get-full-year, you would not miss the date ever again.

Usage of your favorite hook

import { useFullYear } from "full-year-hook";

const App = () => {
  const year = useFullYear();

  return <h1>{year}</h1>;
};

YES, IT'S THAT EASY TO NEVER MISS A YEAR AGAIN!.

Also, you can use the component!!!!!!

import { FullYear } from "full-year-hook";

const App = () => {
  return (
    <div>
      <h1>Current year</h1>
      <FullYear />
    </div>
  );
};
0.0.2

7 months ago

0.0.1

7 months ago