# DOM utils

- **Package**: `CDK`
- **Type**: components/utils

A set of tools for easy DOM manipulations

Visit
[CDK wiki](https://github.com/taiga-family/taiga-ui/wiki/DOM)
to see docs

### How to Use (Import)

```ts
import {isElementAtPoint} from '@taiga-ui/cdk';

//...
isAtPoint = isElementAtPoint(element, point.x, point.y);
//...
```

- Import into component and use:
