2.5.6 • Published 21 days ago

@fr0st/ui v2.5.6

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days 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 fQuery 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/fquery.min.js"></script>
<script type="text/javascript" src="/path/to/frost-ui.min.js"></script>

Alternatively, a bundle version is supplied which includes the fQuery library in a single JS file.

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

Using NPM

npm i @fr0st/ui

In Node.js:

import Alert from './node_modules/@fr0st/ui/src/js/alert/index.js';
import Button from './node_modules/@fr0st/ui/src/js/button/index.js';
import Carousel from './node_modules/@fr0st/ui/src/js/carousel/index.js';
import Collapse from './node_modules/@fr0st/ui/src/js/collapse/index.js';
import Dropdown from './node_modules/@fr0st/ui/src/js/dropdown/index.js';
import FocusTrap from './node_modules/@fr0st/ui/src/js/focus-trap/index.js';
import Modal from './node_modules/@fr0st/ui/src/js/modal/index.js';
import Offcanvas from './node_modules/@fr0st/ui/src/js/offcanvas/index.js';
import Popover from './node_modules/@fr0st/ui/src/js/popover/index.js';
import Popper from './node_modules/@fr0st/ui/src/js/popper/index.js';
import Tab from './node_modules/@fr0st/ui/src/js/tab/index.js';
import Toast from './node_modules/@fr0st/ui/src/js/toast/index.js';
import Tooltip from './node_modules/@fr0st/ui/src/js/tooltip/index.js';

import './node_modules/@fr0st/ui/src/js/clipboard/index.js';
import './node_modules/@fr0st/ui/src/js/ripple/index.js';
import './node_modules/@fr0st/ui/src/js/text-expand/index.js';

Usage

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

2.5.6

21 days ago

2.5.5

1 month ago

2.5.4

2 months ago

2.5.2

2 months ago

2.5.3

2 months ago

2.5.1

3 months ago

2.5.0

4 months ago

2.4.8

4 months ago

2.4.7

5 months ago

2.4.6

5 months ago

2.4.5

5 months ago

2.4.4

5 months ago

2.4.3

5 months ago

2.4.1

6 months ago

2.4.0

9 months ago

2.3.4

9 months ago

2.4.2

6 months ago

2.3.6

9 months ago

2.3.5

9 months ago

2.3.7

9 months ago

2.3.3

12 months ago

2.3.2

12 months ago

2.3.1

12 months ago

2.3.0

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.0

1 year ago