1.1.3 • Published 3 years ago

icons-cl v1.1.3

Weekly downloads
79
License
MIT
Repository
github
Last release
3 years ago

icons-cl

I use the jQuery UI icons in some projects and like the look, but I'm trying to phase out use of jQuery UI, particularly for library elements, where I don't want that heavy interface included. So, this is just icons from jQuery UI in a simple-to-use format.

Install

CDN

<script src="https://unpkg.com/icons-cl/dist/icons-cl.js"></script>
<!-- or -->
<script src="https://unpkg.com/icons-cl/dist/icons-cl.min.js"></script>

Package managers

npm: npm install icons-cl --save

Using the Library

The library consists of only the single .js file icons-cl.js or the minimized version icons-cl.min.js. The icon images and style sheets are included in the .js file.

The icons are 16x16 pixels.

To present the trash can icon, use this HTML:

<span class="icons-cl icons-cl-trash"></span>

Content in the span will be ignored.

License

Copyright 2018 Michigan States University

Cirsim is released under the MIT license. Image is Copyright jQuery Foundation.


Written and maintained by Charles B. Owen

1.1.3

3 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago