MCPcopy
hub / github.com/volcengine/OpenViking / Field

Function Field

web-studio/src/components/ui/field.tsx:70–84  ·  view source on GitHub ↗
({
  className,
  orientation = "vertical",
  ...props
}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>)

Source from the content-addressed store, hash-verified

68)
69
70function Field({
71 className,
72 orientation = "vertical",
73 ...props
74}: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>) {
75 return (
76 <div
77 role="group"
78 data-slot="field"
79 data-orientation={orientation}
80 className={cn(fieldVariants({ orientation }), className)}
81 {...props}
82 />
83 )
84}
85
86function FieldContent({ className, ...props }: React.ComponentProps<"div">) {
87 return (

Callers 15

LogConfigClass · 0.85
GitLocalConfigClass · 0.85
GitS3ConfigClass · 0.85
GitConfigClass · 0.85
RerankConfigClass · 0.85
CommitPolicyClass · 0.85
IngestHarnessConfigClass · 0.85
IngestConfigClass · 0.85
StorageConfigClass · 0.85
TransactionConfigClass · 0.85
PromptsConfigClass · 0.85
VolcengineConfigClass · 0.85

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected