We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b70250 commit d999bcfCopy full SHA for d999bcf
README.md
@@ -45,6 +45,12 @@ JavaScript Cookie supports [npm](https://www.npmjs.com/package/js-cookie) and [B
45
46
JavaScript Cookie can also be loaded as an AMD, CommonJS or [ES6](https://github.com/js-cookie/js-cookie/issues/233#issuecomment-233187386) module.
47
48
+#### ES6
49
+
50
+```javascript
51
+import Cookies from 'js-cookie';
52
+```
53
54
## Basic Usage
55
56
Create a cookie, valid across the entire site:
0 commit comments