# super/i-block/modules/block

This module provides a class with some helper methods to work with a component DOM element by using BEM pattern.

```js
this.block.setMod('focused', true);
this.block.setElMod(node, 'my-element', 'focused', true);
```
