react-no-pay
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

/react-no-pay/

    Package Sidebar

    Install

    npm i react-no-pay

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.83 kB

    Total Files

    7

    Last publish

    Collaborators

    • aminahmady