Quick Started
A short guide to help user get started in using the library.
Install
If you are using module bundlers such as Webpack, you can directly include package into your project via:
NPM
$ npm install @modulist/css --save
1
Then import package in your app:
import '@modulist/css';
1
Browser
Alternatively, you can include minified css bundle directly on your html page.
<link rel="stylesheet" href="https://unpkg.com/@modulist/css">
1
Alert →