Skip to content
Esc
navigateopen⌘Jpreview

Captions

Install

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

Use it in your framework

import { Captions } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamCaptions></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="M2 9.333C2 6.388 4.686 4 8 4h8c3.314 0 6 2.388 6 5.333v5.334C22 17.612 19.314 20 16 20H8c-3.314 0-6-2.388-6-5.333zM18 15h-6m-4 0H6m12-4h-2m-4 0H6"/>
</svg>
import iconUrl from "vadivam/icons/captions.svg";

Keep exploring