Introduction
Get started with Swarup, the library for building theme-based, text-friendly and full-responsive websites.
#
Quick StartLooking to quickly add Swarup to your project? Use jsDelivr, a free open source CDN. Using a package manager or need to download the source files? Head to the downloads page.
#
CSSCopy-paste the stylesheet <link>
into your <head>
before all other stylesheets to load our CSS.
#
JSMany of our components require the use of JavaScript to function. Specifically, they require our own JavaScript plugins and Popper. Place one of following <script>
near the end of your pages, right before the closing </body>
tag, to enable them.
#
Starter TemplateBe sure to have your pages set up with the latest design and development standards. That means using an HTML5 doctype and including a viewport meta tag for proper responsive behaviors. Put it all together and your pages should look like this: