@brandup/ui-dom
v2.0.5
Published
DEPRECATED: merged into @brandup/ui. This package only re-exports @brandup/ui for backward compatibility.
Readme
brandup-ui-dom
⚠️ Deprecated. This package has been merged into
@brandup/ui. It now only re-exports@brandup/uifor backward compatibility and will not receive further updates.
Migration
Install @brandup/ui and update your imports:
- import { DOM } from "@brandup/ui-dom";
+ import { DOM } from "@brandup/ui";npm i @brandup/ui@latestThe DOM helper and all element types (ElementOptions, CssClass, TagChildrenLike, ...) are unchanged — see the @brandup/ui README for documentation.
