html tags
v4.0.0
Lista de tags HTML padrão
São apenas alguns arquivos JSON que podem ser usados em qualquer ambiente.
Ele deixa intencionalmente as tags obsoletas.
npm install html-tags
import htmlTags from 'html-tags' ;
console . log ( htmlTags ) ;
//=> ['a', 'abbr', 'acronym', …]
E tags vazios (de fechamento automático):
import { voidHtmlTags } from 'html-tags' ;
console . log ( voidHtmlTags ) ;
//=> ['area', 'base', 'br', …]
Certifique -se de atualizar os tipos em index.d.ts
ao alterar elementos HTML.