You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SortableList] Extend sortable list parameters (#3891)
* enhancement: Extend sortable list parameters
* enhancement: Added documention to the new params
---------
Co-authored-by: Vincent Baaij <vnbaaij@outlook.com>
Copy file name to clipboardExpand all lines: examples/Demo/Shared/Pages/SortableList/SortableListPage.razor
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,6 @@
9
9
<p>A <ahref="https://sortablejs.github.io/Sortable/">SortableJS library</a> adaptation for Blazor Fluent UI. Allows for reordering elements within a list using drag and drop. Inspired by and based on <ahref="https://devblogs.microsoft.com/dotnet/introducing-blazor-sortable/">Burke Holland's article and code</a>. Re-used with permission.</p>
10
10
<p>The <code>FluentSortableList</code> is a generic component that takes a list of items and a <code>ItemTemplate</code> that defines how to render each item in the sortable list.</p>
11
11
12
-
<p>The following CSS variables have been predefined. These can be overruled by using the component's <code>Style</code> parameter. See the <ahref="/SortableList#filtering">filtering</a> example for how to do this.</p>
<h2id="how-to-use-it-in-your-own-project">How to use this in your own project</h2>
33
13
<p>
34
14
If you want to use the <code>FluentSortableList</code> component, you will need to include the script to your <code>index.html</code>/<code>_Layout.cshtml</code>/<code>App.razor</code> file. You can either download from the <ahref="https://sortablejs.github.io/Sortable/">SortableJS website</a> or use a CDN:
0 commit comments