Skip to content
Esc
navigateopen⌘Jpreview

Repeat

Install

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

Use it in your framework

import { Repeat } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamRepeat></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="M6 15c-.76 1.937-2.256 3.08-4 3.5 1.744.42 3.24 1.563 4 3.5m-4-3.5h15.556c3.915 0 4.444-3.944 4.444-7M18 9c.76-1.937 2.256-3.08 4-3.5-1.744-.42-3.24-1.563-4-3.5m4 3.5H6.444C2.53 5.5 2 9.444 2 12.5"/>
</svg>
import iconUrl from "vadivam/icons/repeat.svg";

Keep exploring