Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 407 Bytes

File metadata and controls

25 lines (22 loc) · 407 Bytes

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>