IxCyberpunkCordon
赛博朋克警戒线组件
基本
POLICE
vue
<template>
<IxCyberpunkCordon>
<div text-8 font-bold>
POLICE
</div>
</IxCyberpunkCordon>
</template>
图片
vue
<template>
<IxCyberpunkCordon bg-class="bg-black bg-opacity-50">
<div w-48>
<img src="/images/jinx.png" w-48 rounded-md>
</div>
</IxCyberpunkCordon>
</template>
停止滚动
vue
<template>
<IxCyberpunkCordon bg-class="bg-transparent" :marquee="false">
<div w-64>
<img src="/images/jinx.png" w-64 rounded-md>
</div>
</IxCyberpunkCordon>
</template>