@shortcm/dom
@shortcm/dom
npm i @shortcm/dom
@shortcm/dom

@shortcm/dom

Modular and customizable Material Design UI components for the web

by material-components

0.41.1 (see all)License:MITTypeScript:Not Found
npm i @shortcm/dom
Readme

DOM

MDC DOM provides commonly-used utilities for inspecting, traversing, and manipulating the DOM.

Most of the time, you shouldn't need to depend on mdc-dom directly. It is useful however if you'd like to write custom components that follow MDC Web's pattern and elegantly integrate with the MDC Web ecosystem.

Installation

npm install @material/dom

Basic Usage

import * as ponyfill from '@material/dom/ponyfill';

See Importing the JS component for more information on how to import JavaScript.

Ponyfill Functions

The ponyfill module provides the following functions:

Function SignatureDescription
closest(element: Element, selector: string) => ?ElementReturns the ancestor of the given element matching the given selector (which may be the element itself if it matches), or null if no matching ancestor is found.
matches(element: Element, selector: string) => booleanReturns true if the given element matches the given CSS selector.
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate