Skip to content

AminAhmadyDeveloper/react-not-paid

Repository files navigation

Usage

To start using the library, install it in your project:

npm install react-no-pay

Add useNotPaid(startDate, deadline) to your root layout, it will be fade the body in time you say for you, that simple!

import { useNotPaid } from 'react-no-pay';

function App() {
  useNotPaid(new Date(), 10);

  return <div>...</div>;
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published