bem
Version:
20 lines (19 loc) • 493 B
JavaScript
({
block: 'b-page',
title: 'Pseudo link',
head: [
{ elem: 'css', url: '_example.css'},
{ elem: 'css', url: '_example', ie: true },
{ elem: 'js', url: '_example.js' }
],
content: [
{
block: 'b-link',
mods : { togcolor : 'yes', color: 'green' },
url: '#',
target: '_blank',
title: 'Click me',
content : 'This pseudo link changes its color after click'
}
]
})