bem-object

2.0.3 • Public • Published

bem-object

NPM version Build Status Coverage Status Dependency Status

Properties

Each object will contain next properties:

  • block - name of the block
  • elem - name of the element
  • modName - name of the modificator
  • modVal - value of the modificator
  • level - level of definition of current block (full path to level directory)

Getters

bemObject.id

alias bem

BEM identifier, composed from block, elem, mod and val.

API

object(props)

Constructs BEM Object.

props can be:

  • String - specifies level and properties: some/level/block__elem_mod_val
  • Object - contains properties to assign

License

MIT (c) 2014 Vsevolod Strukchinsky

Readme

Keywords

Package Sidebar

Install

npm i bem-object

Weekly Downloads

7

Version

2.0.3

License

MIT

Last publish

Collaborators

  • floatdrop