/maju-ui

My personal ui library

Primary LanguageSCSS

Maju-UI

A tiny responsive UI library for creating rwd web page with tiny grid system.

This plugin is maily reproduced from Bootstrap scss for practicing purpose and personal usage.

Usage

Easily import the library by cdn or as ES module.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/maju-ui@latest/dist/css/maju.min.css" />
import 'maju-ui'; // this will import the css file from dist folder

Or you can just import the scss file you need

import 'maju-ui/scss/maju-grid.scss';

Documentation

You can reference to Docs Here