Installation
Steps to ready to use Graff
Installing Graff can be done manually or via Content Delivery Network (CDN).
Install manually
You can download Graff in github. Extract and include graff.min.css
into your project and linking in your document head html.
<link href="path/to/graff.min.css" rel="stylesheet">
Install via CDN
You can grab Graff from CDN and linking in your document head html
<link href="https://cdn.jsdelivr.net/gh/pratamabayu/graff/graff.min.css" rel="stylesheet">
or use a spesific version
<link href="https://cdn.jsdelivr.net/gh/pratamabayu/graff@0.9/graff.min.css" rel="stylesheet">
Recommended for production use