Command
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Command } from "vadivam-react";
<Command /><script setup>
import { Command } from "vadivam-vue";
</script>
<template>
<Command />
</template><script>
import { Command } from "vadivam-svelte";
</script>
<Command />import { Command } from "vadivam-solid";
<Command />import { Command } from "vadivam-preact";
<Command />---
import { Command } from "vadivam-astro";
---
<Command />import { Command } from "vadivam-angular";
<svg vadivamCommand></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="M15.347 5.308v13.384c0 2.94 3.684 4.394 5.71 2.367 2.029-2.028.574-5.712-2.366-5.712H5.31c-2.94 0-4.393 3.684-2.367 5.711 2.028 2.028 5.713.573 5.713-2.367V5.31c0-2.94-3.685-4.393-5.712-2.367C.916 4.97 2.37 8.655 5.31 8.655h13.383c2.94 0 4.394-3.685 2.367-5.712s-5.712-.573-5.712 2.367"/>
</svg>import iconUrl from "vadivam/icons/command.svg";