跳到主要内容

ui/build/layout/columns.svelte

ui/build/layout/columns.svelte

Interfaces

ColumnsProps

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:4

Extends

Properties

as?
optional as?: any;

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:5

children
children: Snippet;

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:13

collapse?
optional collapse?: "none" | "compact" | "narrow";

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:12

Below this width of the Columns itself, every child takes a full row. none keeps the count at any width — only for content that is meaningless stacked (a calendar week).

count?
optional count?: ColumnCount;

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:6

gap?
optional gap?: any;

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:7

Type Aliases

ColumnCount

type ColumnCount = 1 | 2 | 3 | 4 | 5 | 6 | 7;

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:3


default

type default = ReturnType<typeof default>;

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:15

Variables

default

const default: Component;

Defined in: apps/website/.api-docs-entry/ui/build/layout/columns.svelte.d.ts:15