Skip to content

auto adjust fontsize when width is limit. 当宽度限制的时候自适应文字大小

Notifications You must be signed in to change notification settings

czhaoli/autofontsize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

/**
 * @desc 根据内容自适应字号
 * @param {string} [text] - 显示的内容
 * @param {number} [maxFontSize] - 最大字号
 *
 * @example
 * <div style="display: inline-block;width: 100px;">
 *   <autofontsize text="这是文字" :maxFontSize="20"></autofontsize>
 * </div>
 */

About

auto adjust fontsize when width is limit. 当宽度限制的时候自适应文字大小

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published