1.3.1 • Published 8 months ago

oceaners-hooks v1.3.1

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

oceaners-hooks

Most using hooks for our team. IN DEVELOPMENT

NPM

Install

npm install --save oceaners-hooks@next

Usage

import React from 'react';
import { useBoolean, useFocus } from 'oceaners-hooks';

export default function Home() {
   const [isFocused, bind] = useFocus();
   console.log({ isFocused });

   return (
      <div>
         <button {...bind}>toggle</button>
      </div>
   );
}

License

MIT © fers4t

1.3.1

8 months ago

0.2.1-12

1 year ago

0.2.1-11

1 year ago

1.2.2-1

1 year ago

1.2.2-0

1 year ago

1.3.0-5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.3.0-0

1 year ago

0.2.1

1 year ago

1.3.0-4

1 year ago

1.3.0-3

1 year ago

1.3.0-2

1 year ago

1.3.1-0

1 year ago

1.3.0-1

1 year ago

1.0.0

2 years ago