1.0.6 • Published 4 months ago

resizable-element v1.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
4 months ago

resizable-element

You can use this package to make your elements resizable

Install

npm install resizable-element

Example

https://wkv1kf-5173.csb.app/

import createResizableElements from 'resizable-element'

// You can choose different class to make elements resizable
// like "resize-top resize-bottom resize-left resize-right" 
<div class="resize-bottom resize-right"></div>

// Run function createResizableElements when the page is loaded
// Take Vue as an example
mounted() {
  this.$nextTick(() => {
    createResizableElements()
  })
}
1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago