1.0.3 • Published 4 years ago

scalable v1.0.3

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

Scalable

Makes the UI elements scalable to fit inside the container area.

Demo

Live examples

Demo

Install

npm install scalable --save

Usage

var scalable = new Scalable(containerEl, options);

Options

  • align: left | center | right Horizontal alignment of an element. default: left
  • verticalAlign: top | center | bottom Vertical alignment of an element. default: top
  • containerHeight: fixed | auto Behaviorur of container height property default: fixed
    • fixed - The element fits inside the container.
    • auto - Enlargement of the element increases the height of the container.
  • minWidth: Minimum width of an element.
  • maxWidth: Maximum width of an element.
  • minScale: Minimum scale of an element.
  • maxScale: Maximum width of an element.
1.0.3

4 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago