Documentation

Quick Start

Get up and running quickly with Axis-Twelve.

Get started quickly with basic examples and templates.

Basic Template

Minimal HTML boilerplate to get started.

HTML Template

Complete starter template

View Example
html
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://unpkg.com/axis-twelve@1.1.0/dist/axis-twelve.min.css">
</head>
<body>
  <div class="grid">
    <div class="col-12">Hello Axis-Twelve!</div>
  </div>
</body>
</html>