Presentation
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Presentation } from "vadivam-react";
<Presentation /><script setup>
import { Presentation } from "vadivam-vue";
</script>
<template>
<Presentation />
</template><script>
import { Presentation } from "vadivam-svelte";
</script>
<Presentation />import { Presentation } from "vadivam-solid";
<Presentation />import { Presentation } from "vadivam-preact";
<Presentation />---
import { Presentation } from "vadivam-astro";
---
<Presentation />import { Presentation } from "vadivam-angular";
<svg vadivamPresentation></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 3h20m-2.111 0v11a2.003 2.003 0 0 1-2 2H6.11a2 2 0 0 1-1.847-1.233A2 2 0 0 1 4.111 14V3M7 21l5-5 5 5"/>
</svg>import iconUrl from "vadivam/icons/presentation.svg";