-
- 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
pagination
pagination
Type Aliases
Content
type Content = ReturnType<typeof Content>;Defined in: packages/ui/build/pagination/pagination-content.svelte.d.ts:3
Ellipsis
type Ellipsis = ReturnType<typeof Ellipsis>;Defined in: packages/ui/build/pagination/pagination-ellipsis.svelte.d.ts:3
Item
type Item = ReturnType<typeof Item>;Defined in: packages/ui/build/pagination/pagination-item.svelte.d.ts:3
Link
type Link = ReturnType<typeof Link>;Defined in: packages/ui/build/pagination/pagination-link.svelte.d.ts:6
NextButton
type NextButton = ReturnType<typeof NextButton>;Defined in: packages/ui/build/pagination/pagination-next-button.svelte.d.ts:2
PrevButton
type PrevButton = ReturnType<typeof PrevButton>;Defined in: packages/ui/build/pagination/pagination-prev-button.svelte.d.ts:2
Root
type Root = ReturnType<typeof Root>;Defined in: packages/ui/build/pagination/pagination.svelte.d.ts:2
Variables
Content
const Content: Component;Defined in: packages/ui/build/pagination/pagination-content.svelte.d.ts:3
Ellipsis
const Ellipsis: Component;Defined in: packages/ui/build/pagination/pagination-ellipsis.svelte.d.ts:3
Item
const Item: Component;Defined in: packages/ui/build/pagination/pagination-item.svelte.d.ts:3
Link
const Link: Component;Defined in: packages/ui/build/pagination/pagination-link.svelte.d.ts:6
NextButton
const NextButton: Component;Defined in: packages/ui/build/pagination/pagination-next-button.svelte.d.ts:2
PrevButton
const PrevButton: Component;Defined in: packages/ui/build/pagination/pagination-prev-button.svelte.d.ts:2
Root
const Root: Component;Defined in: packages/ui/build/pagination/pagination.svelte.d.ts:2
References
Pagination
Renames and re-exports Root
PaginationContent
Renames and re-exports Content
PaginationEllipsis
Renames and re-exports Ellipsis
PaginationItem
Renames and re-exports Item
PaginationLink
Renames and re-exports Link
PaginationNextButton
Renames and re-exports NextButton
PaginationPrevButton
Renames and re-exports PrevButton