Skip to content
目录

StarrySky 星空背景

何时使用

用于让背景拥有星空效果

代码演示

tsx
<script setup>
import { StarrySky } from "@xiaomh/vue3-alan-vite-component"

</script>

 <starry-sky :stars-count="1000" :distance="1000" />
<script setup>
import { StarrySky } from "@xiaomh/vue3-alan-vite-component"

</script>

 <starry-sky :stars-count="1000" :distance="1000" />
1
2
3
4
5
6

API

属性说明

属性说明类型默认值版本
stars-count星星总数number8001.0.0
distance偏移量number8001.0.0

Welcome to the site