1.0.0 • Published 3 months ago

react-no-pay v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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>;
}
1.0.0

3 months ago