Skip to content
Esc
navigateopen⌘Jpreview

Popcorn

Install

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

Use it in your framework

import { Popcorn } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamPopcorn></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="M17.916 10A35.5 35.5 0 0 1 6.08 10c-3.203-.15-2.48-5.081.627-4.282-1.295-3.063 3.7-5.281 5.316-2.272 1.63-3.034 6.653-.818 5.346 2.272 3.064-.806 3.712 4.27.547 4.282M6.08 10c.357 3.419.667 6.846 1.073 10.26.118.996 2.836 1.732 4.847 1.738 2.007.007 4.723-.72 4.85-1.7.445-3.42.712-6.87 1.066-10.298"/>
</svg>
import iconUrl from "vadivam/icons/popcorn.svg";

Keep exploring