Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

scalable

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Issues
File Explorer

Advanced tools

scalable

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

    1.0.3latest
    GitHub

Version published
Maintainers
1
Weekly downloads
73
decreased by-82.78%

Weekly downloads

Readme

Source

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.

FAQs

Last updated on 22 Mar 2020

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc