Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@evolify/dom-utils

evolify13MIT0.4.1TypeScript support: included

Dom utils.

dom, document, utils

readme

@evolify/dom-utils

dom utils.

Usage

import { className, getCookie } from "@evolify/dom-utils"

// className
const disable = false
className("item", disable && "disabled") // "item disabled"

// getCookie
getCookie("uid")

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.4.1 (2020-07-24)

Note: Version bump only for package @evolify/dom-utils

0.4.0 (2020-07-24)

Features

0.3.1 (2020-07-23)

Note: Version bump only for package @evolify/dom-utils

0.3.0 (2020-07-23)

Features

  • dom: add funtion to dom utils (386757f)

0.2.1 (2020-07-23)

Note: Version bump only for package @evolify/dom-utils

0.2.0 (2020-07-23)

Features

  • dom: init add add dom utils (ae6bc04)