4.0.3 • Published 2 years ago

@zachleat/resizeasaurus v4.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

resizeasaurus

A web component to add resizing behavior to test intrinsically sized responsive components.

Install

npm install @zachleat/resizeasaurus --save

Demo

Usage

<resize-asaurus>
	My component goes here
</resize-asaurus>

Add the disabled attribute to disable the component behavior (and hide its styling).

<resize-asaurus disabled>
	My component goes here
</resize-asaurus>

Add the label="disabled" attribute to disable the live width text.

<resize-asaurus label="disabled">
	My component goes here
</resize-asaurus>
3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.5

2 years ago

3.0.0

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

2.0.0

2 years ago