dable-effect

1.0.2 • Public • Published

dable-effect

Dable effect is module based frontend framework. synchronize height of target component and height of effect component this effect resizes height of a target component when the height of the target component changed.

Install

npm install dable-effect

Sample

<setting>
    <tag load="dable-comp-text">Text</tag>
    <tag load="dable-comp-frame">Frame</tag>
    <tag load="dable-effect-synchei">SyncHei</tag>
</setting>
<Frame name=frm size=(3rem,1rem)>
    <Text effect=SynHei:(@frm,"-0.3rem")>Sync Height</Text>
</Frame>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i dable-effect

    Weekly Downloads

    69,016

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    5.61 kB

    Total Files

    6

    Last publish

    Collaborators

    • rewikilabs