Skip to content

The UI Library to build theme-based, responsive, and text-friendly websites.

License

Notifications You must be signed in to change notification settings

Ajay1290/Swarup

Repository files navigation

Swarup UI Library

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

Table of contents

Installation

You can install it using npm or yarn as below.

via npm:

npm install swarup

via yarn:

yarn add swarup

CDN Links

For CSS:

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

For Javascript:

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

Starter Template

<!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

Copyright and License

Copyright © 2020-2021 Ajay Patil the Author of Swarup. Code released under the MIT license.