html-tags

WebJar for html-tags

Лицензия

Лицензия

MIT
Группа

Группа

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

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

html-tags
Последняя версия

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

3.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

html-tags
WebJar for html-tags
Ссылка на сайт

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

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

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

https://github.com/sindresorhus/html-tags

Скачать html-tags

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

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

Зависимости

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

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

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

html-tags Build Status

List of standard HTML tags

It's just a couple of JSON files that can be used in any environment.

It intentionally leaves out obsolete tags.

Install

$ npm install html-tags

Usage

const htmlTags = require('html-tags');

console.log(htmlTags);
//=> ['a', 'abbr', 'acronym', …]

And void (self-closing) tags:

const voidHtmlTags = require('html-tags/void');

console.log(voidHtmlTags);
//=> ['area', 'base', 'br', …]

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

Версия
3.1.0
2.0.0
1.2.0