1.0.3-dev • Published 3 years ago

@uoguelph/snowdrop v1.0.3-dev

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
1.0.2

3 years ago

1.0.1

3 years ago

1.0.3-dev

3 years ago

1.0.0

3 years ago