Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ icon: SplitHorizontal

# Splitter

The **MultiSplitter** splits the page into multiple panels and allows the user to control the page layout.
The `FluentMultiSplitter` splits the page into multiple panels and allows the user to control the page layout.

You can include as many **Panes** as you like in a container.
By default, the panes are resizable, but the `Resizable` parameter can be used to block this functionality.
Expand Down Expand Up @@ -53,6 +53,14 @@ These CSS variables are predefined with these values, but can be overwritten (us
}
```

## API FluentMultiSplitter

{{ API Type=FluentMultiSplitter }}

## API FluentMultiSplitterPane

{{ API Type=FluentMultiSplitterPane }}

## Migrating to v5

No changes.
Loading