For Tailwind CSS v3 docs, click here.

Tetris

Tetris background component, you can even click on a block to eliminate it.

API

Prop NameTypeDefaultDescription
classstring""Additional class names to style the component.
basenumber10How many blocks do you have in a row.
square-colorstring""Square color.

Install using CLI

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

Install Manually

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
```

Copy and paste the following code

Tetris.vue

Credits