ember-cli-big-text

0.0.1 • Public • Published

Ember-cli-big-text

ember-cli-big-text is a component that wraps the jQuery BigText plugin.helper.

Installation

npm install ember-cli-big-text --save-dev

Usage

{{#big-text}}
    <span>This text</span>
    <span>will all</span>
    <span>be BIG</span>
{{/big-text}}

{{#big-text minFontSize=100 maxFontSize=300 childSelector=".only-me" resize=true}}
    <span>This text</span>
    <span class="only-me">will all</span>
    <span>be BIG</span>
{{/big-text}}

All options are equivalent to the corresponding BigText option.

Last but not least

If you have any feedback / improvements please open an issue or a PR

Readme

Keywords

Package Sidebar

Install

npm i ember-cli-big-text

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tikotzky