# 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.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/maju-ui@latest/dist/css/maju.min.css" />
```

```js
import 'maju-ui'; // this will import the css file from dist folder
```

Or you can just import the `scss` file you need

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

## Documentation

You can reference to [Docs Here](https://johnnywang1994.github.io/maju-ui)

