俄罗斯方块
俄罗斯方块的背景组件,你甚至可以点击一个方块来消除它。
This component uses the nuxt-only
syntax with the <ClientOnly>
. If you are not using Nuxt, you can simply remove it.
注意: This component requires theme-colors
as a dependency.
API
Prop 名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
class | string | "" | Additional class names to style the component. |
base | number | 10 | How many blocks do you have in a row. |
square-color | string | "" | Square color. |
通过 CLI 安装
手动安装
感谢
- Credits to Whbbit1999 for this component.
- Inspired and ported from Nuxt UI Home.