Skip to content
Esc
navigateopen⌘Jpreview

Puzzle

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { Puzzle } from "vadivam-react";

<Puzzle />
<script setup>
import { Puzzle } from "vadivam-vue";
</script>

<template>
  <Puzzle />
</template>
<script>
  import { Puzzle } from "vadivam-svelte";
</script>

<Puzzle />
import { Puzzle } from "vadivam-solid";

<Puzzle />
import { Puzzle } from "vadivam-preact";

<Puzzle />
---
import { Puzzle } from "vadivam-astro";
---

<Puzzle />
import { Puzzle } from "vadivam-angular";

<svg vadivamPuzzle></svg>

Raw SVG & assets

View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 10.222V7.778C22 6.405 21.515 6 20.222 6c-.854 0-2.722.338-2.722-1 0-1.634-1.366-3-3-3s-3 1.366-3 3c0 1.338-1.868 1-2.722 1C7.405 6 7 6.485 7 7.778v2.444C7 11.658 6.45 12 5 12c-1.631 0-3 1.384-3 3 0 1.631 1.385 3 3 3 1.45 0 2 .342 2 1.778v.444c0 .631-.04 1.327.607 1.657.237.121.549.121 1.17.121h11.445C21.595 22 22 21.515 22 20.222v-.444c0-.622 0-.934-.121-1.171-.357-.7-1.213-.607-1.879-.607-1.634 0-3-1.366-3-3s1.366-3 3-3c1.45 0 2-.342 2-1.778"/>
</svg>
import iconUrl from "vadivam/icons/puzzle.svg";

Keep exploring