We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d253ea1 commit ba751b4Copy full SHA for ba751b4
src/custom/CatalogFilterSection/CatalogFilterSidebar.tsx
@@ -57,9 +57,15 @@ export interface StyleProps {
57
backgroundColor?: string;
58
sectionTitleBackgroundColor?: string;
59
fontFamily?: string;
60
- scrollbarWidth?: string;
61
}
62
+/**
63
+ * @function CatalogFilterSidebar
64
+ * @description A functional component that renders the filter sidebar.
65
+ * @param {Array} value - The data to be filtered.
66
+ * @param {Function} setData - A function to set the filtered data.
67
+ * @param {Array} lists - An array of filter sections and its options lists.
68
+ */
69
const CatalogFilterSidebar: React.FC<CatalogFilterSidebarProps> = ({
70
lists,
71
setData,
0 commit comments