0.0.4 • Published 2 years ago

swarup v0.0.4

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

Swarup UI Library

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

npm.io npm.io npm.io

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.1-alpha/dist/CSS/swarup.min.css">

For Javascript:

<script src="https://cdn.jsdelivr.net/gh/Ajay1290/Swarup@0.0.1-alpha/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.1-alpha/dist/CSS/swarup.min.css">
</head>
<body>
    <h1>Hello World!</h1>


    
    <script src="https://cdn.jsdelivr.net/gh/Ajay1290/Swarup@0.0.1-alpha/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.

0.0.4-beta

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago