Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

kanthvallampati/angular_resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Resizer

AngularJS Directive to create resizable DOM elements. You can create multiple resizable elements on DOM using the Angular Resizer. Download the repository and you can see how it works. The existing example will helps you to understand the functioning.

Usage

Place resizer.js into your project. Add 'ng.resizer' directive to your app.

angular.module('MyApp', ['ng.resizer']);

Vertical Resize

Create a vertical resizer as below in your HTML:

<div id="vResizer" resizer="vertical" resizer-width="6" resizer-left="#leftpane" resizer-right="#rightpane" resizer-min="200" resizer-max="600"></div>

You can customize the min-width, max-width, LHS & RHS DOM elements and width of the resizer as well.

Horizontal Resize

Create a horizontal resizer as below in your HTML:

<div resizer="horizontal" resizer-height="6" resizer-top="#toppane" resizer-bottom="#bottompane" resizer-min="100" resizer-max="300"></div>

Support on Beerpay

Hey dude! Help me out for a couple of 🍻!

Beerpay Beerpay

About

Create resizable divs using angularjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors