field
shadcn-vue/fieldFreeComponent
shadcn-vue publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by shadcn-vue on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://shadcn-vue.com/r/styles/new-york/field.jsonSource
1<script setup lang="ts">2import type { HTMLAttributes } from "vue"3import type { FieldVariants } from "."4import { cn } from "@/lib/utils"5import { fieldVariants } from "."67const props = defineProps<{8 class?: HTMLAttributes["class"]9 orientation?: FieldVariants["orientation"]10}>()11</script>1213<template>14 <div15 role="group"16 data-slot="field"17 :data-orientation="orientation"18 :class="cn(19 fieldVariants({ orientation }),20 props.class,21 )"22 >23 <slot />24 </div>25</template>
What it pulls in
Other registry items
Files it writes
More from shadcn-vue
All 66 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | shadcn-vue | Components | Free | 2 deps · 5 files | |
| alertalert | shadcn-vue | Components | Free | no deps · 4 files | |
| alert-dialogalert-dialog | shadcn-vue | Components | Free | 2 deps · 10 files | |
| aspect-ratioaspect-ratio | shadcn-vue | Components | Free | 1 dep · 2 files | |
| attachmentattachment | shadcn-vue | Components | Free | 1 dep · 10 files | |
| avataravatar | shadcn-vue | Components | Free | 2 deps · 4 files | |
| badgebadge | shadcn-vue | Components | Free | 2 deps · 2 files | |
| breadcrumbbreadcrumb | shadcn-vue | Components | Free | 1 dep · 8 files |
