Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 621 Bytes

⚠️ This project is archived and the repository is no longer maintained.

resizeasaurus

A little utility to add resizing behavior to test intrinsically sized responsive components.

Install

npm install 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>