# Swarup UI Library

The UI Library to build theme base fully responsive and text-friendly websites.

[![](https://img.shields.io/npm/v/swarup)](https://www.npmjs.com/package/swarup)
[![](https://data.jsdelivr.com/v1/package/gh/Ajay1290/swarup/badge)](https://www.jsdelivr.com/package/gh/Ajay1290/swarup)
[![](https://img.shields.io/github/license/Ajay1290/Swarup)](LICENCE)

## Table of contents
- [Installation](#installation)
- [Starter Template](#starter-template)
- [Links](#links)
- [Copyright and license](#copyright-and-license)

## Installation
You can install it using npm or yarn as below.

via npm:
```bash
npm install swarup
```
via yarn:
```bash
yarn add swarup
```

### CDN Links
For CSS:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Ajay1290/Swarup@0.0.4/dist/CSS/swarup.min.css">
```

For Javascript:
```html
<script src="https://cdn.jsdelivr.net/gh/Ajay1290/Swarup@0.0.4/dist/JS/swarup.min.js"></script>
```

## Starter Template

```html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Hello World!</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Ajay1290/Swarup@0.0.4/dist/CSS/swarup.min.css">
</head>
<body>
    <h1>Hello World!</h1>


    
    <script src="https://cdn.jsdelivr.net/gh/Ajay1290/Swarup@0.0.4/dist/JS/swarup.min.js"></script>
</body>
</html>
```

## Links
* Website: https://ajay1290.github.io/Swarup
* Documentation: https://ajay1290.github.io/Swarup/documentation
* Code: https://github.com/Ajay1290/Swarup
* Issue tracker: https://github.com/Ajay1290/Swarup/issues

## Copyright and License
Copyright &copy; 2020-2021 [Ajay Patil](https://github.com/Ajay1290) the Author of Swarup. Code released under the [MIT license](LICENSE).