-
- Overview
-
- Overview
- accordion
- alert
- alert-dialog
- aspect-ratio
- auto-truncater
- avatar
- avatar-group
- background-boxes
- badge
- blur-fade
- breadcrumb
- button
- calendar
- card
- carousel
- chart
- checkbox
- code-editor
- collapsible
- collection-form
- collection-kanban
- collection-table
- combobox
- command
- context-menu
- copy\_button
- country-picker
- data-renderer
- dialog
- doc-toc
- drawer
- dropdown-menu
- dynamic-background
- empty
- event-calendar
- feature-colors
- field
- file\_drop
- file-tree
- file-upload
- form
- hover-card
- icon-wrapper
- indicator
- information
- input
- input-group
- item
- kanban
- keybindings
- label
- layout
- markdown-editor
- menubar
- multi-step-combobox
- navigation-menu
- page
- pagination
- pane
- pin-input
- popover
- portal
- progress
- radio-group
- range-calendar
- resource-scheduler
- scroll-area
- search
- selection-card
- separator
- sheet
- sidebar
- skeleton
- slider
- sliding-indicator
- sonner
- sortable
- spinner
- star-rating
- static-map
- step-form
- structured-value
- switch
- table
- tabs
- tags-input
- textarea
- theme-toggle
- time-field
- time-range
- toggle
- toggle-group
- tooltip
- tree-combobox
- tree-select
- tree-view
- utils
- workspace-shell
field
field
Type Aliases
Content
type Content = ReturnType<typeof Content>;Defined in: packages/ui/build/field/field-content.svelte.d.ts:3
Description
type Description = ReturnType<typeof Description>;Defined in: packages/ui/build/field/field-description.svelte.d.ts:3
Error
type Error = ReturnType<typeof Error>;Defined in: packages/ui/build/field/field-error.svelte.d.ts:10
Field
type Field = ReturnType<typeof Field>;Defined in: packages/ui/build/field/field.svelte.d.ts:27
FieldGroup
type FieldGroup = ReturnType<typeof FieldGroup>;Defined in: packages/ui/build/field/field-group.svelte.d.ts:3
FieldLabel
type FieldLabel = ReturnType<typeof FieldLabel>;Defined in: packages/ui/build/field/field-label.svelte.d.ts:1
FieldLegend
type FieldLegend = ReturnType<typeof FieldLegend>;Defined in: packages/ui/build/field/field-legend.svelte.d.ts:6
FieldOrientation
type FieldOrientation = VariantProps<typeof fieldVariants>["orientation"];Defined in: packages/ui/build/field/field.svelte.d.ts:21
FieldSeparator
type FieldSeparator = ReturnType<typeof FieldSeparator>;Defined in: packages/ui/build/field/field-separator.svelte.d.ts:7
FieldSet
type FieldSet = ReturnType<typeof FieldSet>;Defined in: packages/ui/build/field/field-set.svelte.d.ts:3
FieldTitle
type FieldTitle = ReturnType<typeof FieldTitle>;Defined in: packages/ui/build/field/field-title.svelte.d.ts:3
Variables
Content
const Content: Component;Defined in: packages/ui/build/field/field-content.svelte.d.ts:3
Description
const Description: Component;Defined in: packages/ui/build/field/field-description.svelte.d.ts:3
Error
const Error: Component;Defined in: packages/ui/build/field/field-error.svelte.d.ts:10
Field
const Field: Component;Defined in: packages/ui/build/field/field.svelte.d.ts:27
FieldGroup
const FieldGroup: Component;Defined in: packages/ui/build/field/field-group.svelte.d.ts:3
FieldLabel
const FieldLabel: Component;Defined in: packages/ui/build/field/field-label.svelte.d.ts:1
FieldLegend
const FieldLegend: Component;Defined in: packages/ui/build/field/field-legend.svelte.d.ts:6
FieldSeparator
const FieldSeparator: Component;Defined in: packages/ui/build/field/field-separator.svelte.d.ts:7
FieldSet
const FieldSet: Component;Defined in: packages/ui/build/field/field-set.svelte.d.ts:3
FieldTitle
const FieldTitle: Component;Defined in: packages/ui/build/field/field-title.svelte.d.ts:3
References
FieldContent
Renames and re-exports Content
FieldDescription
Renames and re-exports Description
FieldError
Renames and re-exports Error
Group
Renames and re-exports FieldGroup
Label
Renames and re-exports FieldLabel
Legend
Renames and re-exports FieldLegend
Separator
Renames and re-exports FieldSeparator
Set
Renames and re-exports FieldSet
Title
Renames and re-exports FieldTitle