upline / bem-classname
Package info
gitlab.com/upline-public/packages/composer/bem-classname
pkg:composer/upline/bem-classname
dev-main
2021-09-08 17:08 UTC
This package is not auto-updated.
Last update: 2026-03-06 10:22:36 UTC
README
Implementation of bem-react/classname in php
Usage:
$preset = new BemPreset();
$factory = new BemFactory($preset);
$block = $factory->block('test');
$block->cn(['color' => 'yellow', 'active']); // test test_color_yellow test_active
$block->element('elem', ['type' => 'button', 'active']); // test__elem test__elem_button_yellow __elem_active