Installation
How to install and set up Axis-Twelve in your project.
Install Axis-Twelve via CDN or npm package manager.
CDN Installation
Quick setup using unpkg CDN.
CDN Link
Add to your HTML head
View Example
html
<link rel="stylesheet" href="https://unpkg.com/axis-twelve@1.1.0/dist/axis-twelve.min.css">NPM Installation
Install via npm for build tools.
NPM Command
Install package
View Example
html
npm install axis-twelve