react-js-cookie
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

react-js-cookie

Install

npm i react-js-cookie

Example

import Cookie from "react-js-cookie";

....
....
....

Cookie.set('test', 'test', 2);

....
....
....

Cookie.get('test');

....
....
....

Cookie.delete('test');

Package Sidebar

Install

npm i react-js-cookie

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

4.72 kB

Total Files

6

Last publish

Collaborators

  • amur