4.0.3 • Published 6 months ago

@zachleat/resizeasaurus v4.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

7 months ago

3.0.3

7 months ago

3.0.2

7 months ago

3.0.1

7 months ago

3.0.5

7 months ago

3.0.0

7 months ago

4.0.1

6 months ago

4.0.0

7 months ago

4.0.3

6 months ago

4.0.2

6 months ago

2.0.0

1 year ago