Getting Started
Authoring
Access Control
Reference
-
- 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
Examples
alert
alert
Type Aliases
Alert
type Alert = ReturnType<typeof Alert>;Defined in: packages/ui/build/alert/alert.svelte.d.ts:69
AlertDescription
type AlertDescription = ReturnType<typeof AlertDescription>;Defined in: packages/ui/build/alert/alert-description.svelte.d.ts:3
AlertTitle
type AlertTitle = ReturnType<typeof AlertTitle>;Defined in: packages/ui/build/alert/alert-title.svelte.d.ts:6
AlertVariant
type AlertVariant = VariantProps<typeof alertVariants>["variant"];Defined in: packages/ui/build/alert/alert.svelte.d.ts:63
Variables
Alert
const Alert: Component;Defined in: packages/ui/build/alert/alert.svelte.d.ts:69
AlertDescription
const AlertDescription: Component;Defined in: packages/ui/build/alert/alert-description.svelte.d.ts:3
AlertTitle
const AlertTitle: Component;Defined in: packages/ui/build/alert/alert-title.svelte.d.ts:6
alertVariants
const alertVariants: TVReturnType;Defined in: packages/ui/build/alert/alert.svelte.d.ts:2
References
Description
Renames and re-exports AlertDescription
Root
Renames and re-exports Alert
Title
Renames and re-exports AlertTitle