Installation

# With a package manager

Using npm:

npm install oblik

Using yarn:

yarn add oblik

# From a CDN

You can load a bundle with all components and utilities from jsDelivr:

<script src="https://cdn.jsdelivr.net/npm/oblik@latest/dist/oblik.js"></script>

Note: This will load everything from Oblik. If you have a build setup, it would be better to use a package manager, download Oblik, and import just the things you need. It's designed to be used like that.

← Introduction Usage →