We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780a5c3 commit b27b19bCopy full SHA for b27b19b
docs/components/cyberpunk-glitch.md
@@ -51,8 +51,13 @@
51
## 感谢
52
53
<div fyc>
54
- <div>纯CSS制作赛博朋克2077“故障风”按钮</div>
55
- <IxIconText icon-class="i-simple-icons-bilibili bg-[#00aeec]" href="https://b23.tv/BV15A411s7cX">
+ <div>纯 CSS 制作赛博朋克2077“故障风”按钮</div>
+
56
+ <IxIconText :preset="IconTextPreset.Bilibili" href="BV15A411s7cX">
57
教程视频
58
</IxIconText>
59
</div>
60
61
+<script setup>
62
+import { IconTextPreset } from '@introxd/components'
63
+</script>
0 commit comments