We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 138acd9 commit f7d81dcCopy full SHA for f7d81dc
primitives/src/drag_and_drop_list.rs
@@ -70,10 +70,10 @@ pub struct DragAndDropListProps {
70
71
/// # DragAndDropList
72
///
73
-/// A list can be used to display content related to a single subject.
+/// A list can be used to display content related to a single subject.
74
/// The content can consist of multiple elements of varying type and size.
75
/// Used when a user wants to change a collection order.
76
-///
+///
77
/// ## Example
78
79
/// ```rust
@@ -163,7 +163,7 @@ pub struct DragAndDropListItemProps {
163
164
/// This component represents an individual draggable item in the dnd list.
165
/// This must be used inside a [`DragAndDropList`] component.
166
167
168
169
0 commit comments