vue-simple-bem

A simple Vue.js directive to map BEM CSS class names.

MIT License

Downloads
177
Stars
20

Bot releases are visible (Hide)

vue-simple-bem - Merging Dependabot PRs Latest Release

Published by mlturner88 over 2 years ago

vue-simple-bem - Vue 3 Support

Published by mlturner88 over 2 years ago

Upgraded library to fully support Vue 3.x

vue-simple-bem -

Published by mlturner88 about 5 years ago

Added MutationObserver support to account for changes in CSS classes outside the control of the directive. This closes #3 and prevents CSS classes being dropped when Vue or something else modifies an element the directive is attached to.

vue-simple-bem - v1.1.1

Published by mlturner88 over 5 years ago

Added extra whitespace trim to avoid leading or trailing whitespace. Closes #2.