contribution-graph
originui-vue/contribution-graphFreeComponent
Originui Vue publishes no description for this item.
Install it
npx shadcn@latest add https://originui-vue.com/r/contribution-graph.jsonSource
1<script setup lang="ts">2import { cn } from "@/lib/utils";3import type { HTMLAttributes } from "vue";45const props = defineProps<{6 class?: HTMLAttributes["class"];7}>();8</script>910<template>11 <div data-slot="contribution-graph" :class="cn('flex flex-1 gap-1', props.class)">12 <slot />13 </div>14</template>
Files it writes
More from Originui Vue
All 58 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| emptyempty | Originui Vue | Components | Free | no deps · 7 files | |
| extended-01extended-01 | Originui Vue | Components | Free | no deps | |
| extended-02extended-02 | Originui Vue | Components | Free | no deps | |
| extended-03extended-03 | Originui Vue | Components | Free | no deps | |
| extended-04extended-04 | Originui Vue | Components | Free | no deps | |
| extended-05extended-05 | Originui Vue | Components | Free | no deps | |
| extended-06extended-06 | Originui Vue | Components | Free | no deps | |
| extended-07extended-07 | Originui Vue | Components | Free | no deps |
