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
"description": "Arguments that will be passed to a [TreeView::LeafNode](/components/alpha/treeviewleafnode) component that appears when no items match the filter criteria."
"description": "Arguments that will be passed to a {{#link_to_component}}Primer::Alpha::TreeView::LeafNode{{/link_to_component}} component that appears when no items match the filter criteria."
20406
20406
}
20407
20407
],
@@ -21800,9 +21800,19 @@
21800
21800
"description": "A button or custom content that will render on the left-hand side of the component, next to the filter input.\n\nTo render a button, call the `with_filter_button` method, which accepts the arguments accepted by {{#link_to_component}}Primer::Beta::Button{{/link_to_component}}.\n\nTo render custom content, call the `with_filter_component` method and pass a block that returns HTML.",
21801
21801
"parameters": []
21802
21802
},
21803
+
{
21804
+
"name": "quick_sort",
21805
+
"description": "A slot for a generic sorting component. Will be rendered next to the search input",
21806
+
"parameters": []
21807
+
},
21808
+
{
21809
+
"name": "quick_group",
21810
+
"description": "A slot for a generic sorting component. Will be rendered next to the sorting button",
21811
+
"parameters": []
21812
+
},
21803
21813
{
21804
21814
"name": "quick_filters",
21805
-
"description": "Quick filters shown in the left pane next to the search bar (0–5 items).\nHidden on mobile. Requires all_filters_button to be set when used.\nSupports ActionMenus, Buttons, IconButtons, SelectPanels, and SegmentedControls inside the block.",
21815
+
"description": "Quick filters shown in the left pane next to the search bar (0–5 items total across all types).\nHidden on smaller screens when more than one `quick_filter` is provided. Requires `filter_button` when using more than one `quick_filter`.\nSupports ActionMenus, Buttons, IconButtons, SelectPanels, and SegmentedControls inside the block.",
0 commit comments