Skip to content

macademy/magento2-module-textmodifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

<h1><?= __('Hello world!') ?></h1>

<div data-bind="textMagnifier: {
    text: 'The quick brown fox jumps over the lazy dog',
    words: [
        'brown',
        'lazy'
    ]}
">
</div>

<div>
    <!-- ko textMagnifier: {
        text: 'The quick brown fox jumps over the lazy dog',
        words: [
            'brown',
            'lazy'
        ]
    } -->
    <!-- /ko -->
</div>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published