wobbly-box
v1.0.0
Published
A web component for drawing wobbly boxes
Downloads
10
Readme
WobblyBox
WobblyBox is a web component for drawing wobbly boxes around your content. You can install it via npm
npm install @davatron5000/wobbly-boximport 'node_modules/@davatron5000/wobbly-box/index.js"Or play with it using a CDN like esm.sh…
<script type="module" src="https://esm.sh/@davatron5000/wobbly-box"></script>Then wrap any element you want WobblyBox around with the <wobbly-box> Custom Element.
<wobbly-box>
Any content goes here
</wobbly-box>