Installation
Learn how to install Chocolat depending on your environment
Installing
Using the packet manager of your choice you can install chocolat like this:
You can also clone or download the source and copy the ./dist/
folder in your working directory :
Classic import
If you do not use a module , you can still import chocolat via script tags (preferably just before closing </body>
) :
You will also need to import the css between the <head>
tags :
Modern import
If you use a bundler like webpack you can then import Chocolat module in your javascript file :
And import the CSS in your CSS file :
Last updated