1.1.1 • Published 9 years ago

craft-button-calebhsu v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

craft-button-calebhsu

Parameterized button model.

Usage

<craft>
    <craft name="button" module="craft-button-calebhsu"/>
    <button></button>
</craft>

Parameters

  • width: adjusts width of button
  • height: adjusts thickness of button

Example

<craft>
    <craft name="button" module="craft-button-calebhsu"/>
     <row spacing="1">
        <button transform="scale(2 2 2)"></button>
        <button width="10" height="2"></button>
        <button></button>
    </row>
</craft>

example

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago