For Tailwind CSS v3 docs, click here.

俄罗斯方块

俄罗斯方块的背景组件,你甚至可以点击一个方块来消除它。

API

Prop 名称类型默认值描述
classstring""Additional class names to style the component.
basenumber10How many blocks do you have in a row.
square-colorstring""Square color.

通过 CLI 安装

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://registry.inspira-ui.com/tetris.json"

手动安装

Install the dependencies

npm
npm install theme-colors
```

```bash [pnpm]
pnpm install theme-colors
```

```bash [bun]
bun add theme-colors
```

```bash [yarn]
yarn add theme-colors
```

复制并粘贴以下代码:

Tetris.vue

感谢