@arturdoruch/html
v1.0.2
Published
JavaScript HTML element helpers.
Downloads
5
Maintainers
Readme
HTML
JavaScript HTML element helpers.
Install
yarn add @arturdoruch/html
Contents
HTMLElement
HTMLElement object wrapper. Provides common functions to manipulate HTML element.
import HtmlElement from '@arturdoruch/html/lib/element/HtmlElement.js';
Usage todo
HTML utils
import htmlUtils from '@arturdoruch/html/lib/html-utils.js';
Functions:
- isTagSelfClosing
- parseCssStyles
HTML element factory
import htmlElementFactory from '@arturdoruch/html/lib/element/html-element-factory.js';
Functions:
- create