Skip to content
Esc
navigateopen⌘Jpreview

ScrollText

Install

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

Use it in your framework

import { ScrollText } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamScrollText></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="M19 17V6.5A3.5 3.5 0 0 0 15.5 3H4m4.25 18h11.726c1.851 0 2.952-4 .978-4h-9.772c-1.773 0-.441 4-2.932 4m0 0A2.25 2.25 0 0 1 6 18.75V4.87A1.87 1.87 0 0 0 4.13 3C2.107 3 1.368 5.735 2.604 7m6.646 5.5h6.5M9.25 9h4.333"/>
</svg>
import iconUrl from "vadivam/icons/scroll-text.svg";

Keep exploring