1.0.0 • Published 5 years ago
stretch-spider v1.0.0
Stretch Agency Spider
Installation
Add the spider to your project by running
yarn add stretch-spideror
npm install stretch-spider --saveAfter that you can import it to your css
@import '~/stretch-spider'or your html
<link rel="stylesheet" href="./node_modules/stretch-spider/index.css">Examples
Basic
<span class="stretch-spider"></span>Size
Medium
<span class="stretch-spider stretch-spider-md"></span>Large
<span class="stretch-spider stretch-spider-lg"></span>Animation
Slower
<span class="stretch-spider stretch-spider-slower"></span>Slow
<span class="stretch-spider stretch-spider-slow"></span>Fast
<span class="stretch-spider stretch-spider-fast"></span>Faster
<span class="stretch-spider stretch-spider-faster"></span>1.0.0
5 years ago