# Introduction
This is an tiny UI library which mainly with grid system inspired by Bootstrap UI framework.
# Install
- CDN
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/maju-ui@latest/dist/css/maju.min.css" />
- ES module
import 'maju-ui';
# Breakpoints
default breakpoints as following:
$breakpoints: (
'xs': 0,
'sm': 480,
'md': 768,
'lg': 1024,
'xl': 1280,
'xxl': 1440
);
# Grid
Maju ui with 12 col, 12 row grid system, lets you create the RWD page more effective. Watch More