Installation
Following download options are available.
- Download source from GitHub.
- Clone the repo to get all source files:
git clone https:github.com/mrgreentech/pam.git - Install with npm:
npm install pam. For use in a web project this is the recommended option.
Choose one of the compiled css files (pam.css or pam.min.css) in the dist folder and add it to the head section of your index file and yourt ready to go.
<!-- PAM CSS -->
<head>
<link rel="stylesheet" href="[your-path-to-pam]/[pam.css|pam.min.css]" />
<head/>