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-css
. For use in a web project this is the recommended option.
Include PAM from JavaScript.
If you npm install pam-css
, this is how you add it with JavaScript.
import 'pam-css/dist/pam.min.css'; // or pam.css for original file
Add pam to your HTML file
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/>