web-icon

WebJar for web-icon

Лицензия

Лицензия

MIT
Группа

Группа

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

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

web-icon
Последняя версия

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

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

web-icon
WebJar for web-icon
Ссылка на сайт

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

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

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

https://github.com/nlarche/web-icon

Скачать web-icon

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.webjars.npm : babel-preset-react jar [6.5.0,7)
org.webjars.npm : react jar [0.14.7,0.15)
org.webjars.npm : react-dom jar [0.14.7,0.15)
org.webjars.npm : rx-dom jar [7.0.3,8)

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

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

web-icon

fetch and display favicon from website url

version travis build semantic-release

Demo

var icons = ["https://webpack.github.io/assets/favicon.png", "https://www.npmjs.com", "http://bower.io", "https://angularjs.org", "https://facebook.github.io/react"]

/*
* websites : Array of url (an image or a websites)
* noLink : Disable link on web-icon default false
* grayscale : Display a grayscale image default false
*/
ReactDOM.render(
    <WebIconList websites={icons} noLink={false} grayscale={false} />,
    document.getElementById('list')
); 

/*
* url : url of an image or a websites
* noLink : Disable link on web-icon default false
* grayscale : Display a grayscale image default false
*/
ReactDOM.render(
    <WebIcon ulr={icons[0]} noLink={false} grayscale={false} />,
    document.getElementById('simple')
);

Todos

  • Add zoom on mouseover on a floating div
  • Add exemple to readme and gh-pages

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

Версия
1.1.1