1.4.7 • Published 2 years ago

frostui v1.4.7

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

FrostUI

FrostUI is a free, open-source UI library for JavaScript.

It takes heavy inspiration from Bootstrap, offering a (mostly) compatible set of features, with more opinionated default styling, additional features and components, and is highly customizable.

It utilizes FrostDOM for DOM manipulation and animations.

Table Of Contents

Installation

Dependencies

CSS

<link rel="stylesheet" href="/path/to/frost-ui.min.css" />

JS

<script type="text/javascript" src="/path/to/frost-core.min.js"></script>
<script type="text/javascript" src="/path/to/frost-dom.min.js"></script>
<script type="text/javascript" src="/path/to/frost-ui.min.js"></script>

Alternatively, a bundle version is supplied which includes the FrostCore and FrostDOM libraries in a single JS file.

<script type="text/javascript" src="/path/to/frost-ui-bundle.min.js"></script>

Using NPM

npm i frostui

In Node.js:

const { JSDOM } = require('jsdom');
const { window } = new JSDOM('');
const { UI } = require('frostui')(window);

Usage

Check the demo folder for examples. Full documentation and website coming soon™.

1.4.7

2 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.1.3

3 years ago

1.2.1

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago