SkillAgentSearch skills...

Scalable

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

Install / Use

/learn @ScriptArtist/Scalable
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.
View on GitHub
GitHub Stars254
CategoryDevelopment
Updated4mo ago
Forks12

Languages

JavaScript

Security Score

77/100

Audited on Dec 1, 2025

No findings