Install amazing__spider with npm
npm install amazing__spider <template>
<div style="position: absolute; z-index: -1; width: 100%; height: 100%">
<amazing-spider background_color="#fff" dots_border_color="rgba(10, 163, 243, 0.39)" />
</div>
</template>
<script setup lang="ts">
import amazingSpider from "amazing__spider";
</script>| Props | Type |
|---|---|
| tentacle_start | String (first color of tantacle's gradient) |
| tentacle_end | String (last color of tantacle's gradient) |
| background_color | String (canvas background) |
| center_color | String (color of slider's head) |
| dots_color | String (colors of dots scattered around) |
| dots_border_color | String (colors of dots when spider steps on them) |
