@uoguelph/snowdrop
v1.0.3-dev
Published
UG themed front end framework based on Bootstrap
Downloads
3
Readme
snowdrop
Snowdrop is a University of Guelph themed front-end framework based on Bootstrap.
Getting started
Snowdrop is derived from Bootstrap and supports all of the classes and components available in Bootstrap 5, customized to follow University of Guelph brand guidelines.
Quick start
Snowdrop is available via jsDelivr, a free open source CDN.
CSS
Include the following in the page <head>
.
<link href="https://cdn.jsdelivr.net/npm/@uoguelph/snowdrop/dist/css/snowdrop.min.css" rel="stylesheet" crossorigin="anonymous">
JS
Some of the components require JavaScript to function. Include the
following <script>
within the body of your page, before the closing
</body>
tag.
<script src="https://cdn.jsdelivr.net/npm/@uoguelph/snowdrop/dist/js/snowdrop.bundle.min.js" crossorigin="anonymous"></script>
Package managers
npm
Install snowdrop in your npm project:
$ npm install @uoguelph/snowdrop