themify-icons

WebJar for themify-icons

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

themify-icons
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

themify-icons
WebJar for themify-icons
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/lykmapipo/themify-icons

Скачать themify-icons

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/themify-icons/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>themify-icons</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/themify-icons/
implementation 'org.webjars.bower:themify-icons:0.1.2'
// https://jarcasting.com/artifacts/org.webjars.bower/themify-icons/
implementation ("org.webjars.bower:themify-icons:0.1.2")
'org.webjars.bower:themify-icons:jar:0.1.2'
<dependency org="org.webjars.bower" name="themify-icons" rev="0.1.2">
  <artifact name="themify-icons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='themify-icons', version='0.1.2')
)
libraryDependencies += "org.webjars.bower" % "themify-icons" % "0.1.2"
[org.webjars.bower/themify-icons "0.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Themify Icons

Tips

Support via Gratipay

Themify Icons is a complete set of icons for use in web design and apps, consisting of 320+ pixel-perfect, hand-crafted icons that draw inspiration from Apple iOS 7 - available to the public, 100% FREE! You may use or distribute it for any purpose, whether personal or commercial. This icon set is a must have tool for web designers and developers.

All icons can be viewed at http://themify.me/themify-icons

Install

$ bower install --save themify-icons

Usage

  • Include themify-icions into your app index.html
<!doctype html>
<html ng-app="app">
<head>
    <!-- build:css(.) styles/vendor.css -->
    <!-- bower:css -->
    <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
    <link rel="stylesheet" href="bower_components/themify-icons/themify-icons.css" />
    <!-- endbower -->
    <!-- endbuild -->
    ...
</head>
<body>
    ...

</body>
</html>
  • Add the icon markup in your page
<span class="ti-download"></span>

LICENSE

VERSIONS

Version 1.0.1 (May 27, 2014)

  • Added SVG format
  • Fixed some icon naming issues
  • Added rss icon

Version 1.0.0 (May 16, 2014)

  • Initial release

Версии библиотеки

Версия
0.1.2
0.1.0