← Superkube / Documentation 2.6.1
Getting Started

Download

This section is about how to download Superkube to work with it.

CSS library #

Superkube is a hybrid framework. So it can work as a CSS library without customization and build. This may be good for small projects where you do not need something complicated.

You can use the CSS file directly from jsDelivr:


<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/superkube@latest/dist/superkube.min.css">

Or you can download the latest Superkube from Github:

SCSS framework #

The maximum power of Superkube is unlocked if you use it as a SCSS framework, customize, extend and build your own version to fit your project.

You can install Superkube via npm:


npm install superkube

Or download/clone from Github: