AlignVerticalSpaceAround
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { AlignVerticalSpaceAround } from "vadivam-react";
<AlignVerticalSpaceAround /><script setup>
import { AlignVerticalSpaceAround } from "vadivam-vue";
</script>
<template>
<AlignVerticalSpaceAround />
</template><script>
import { AlignVerticalSpaceAround } from "vadivam-svelte";
</script>
<AlignVerticalSpaceAround />import { AlignVerticalSpaceAround } from "vadivam-solid";
<AlignVerticalSpaceAround />import { AlignVerticalSpaceAround } from "vadivam-preact";
<AlignVerticalSpaceAround />---
import { AlignVerticalSpaceAround } from "vadivam-astro";
---
<AlignVerticalSpaceAround />import { AlignVerticalSpaceAround } from "vadivam-angular";
<svg vadivamAlignVerticalSpaceAround></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 3h20M2 21h20M15.2 9c1.326 0 2.4 1.343 2.4 3s-1.075 3-2.4 3H8.8c-1.325 0-2.4-1.343-2.4-3s1.075-3 2.4-3z"/>
</svg>import iconUrl from "vadivam/icons/align-vertical-space-around.svg";