+
+ Columns: {columnCount}
+ setColumnCount(val as number)}
+ />
+
+
(
+
+ {index + 1}
+
+ )}
+ />
+
+ );
+}
diff --git a/packages/react/src/waterfall/hooks/use-breakpoint.ts b/packages/react/src/waterfall/hooks/use-breakpoint.ts
new file mode 100644
index 00000000..67bb7fbc
--- /dev/null
+++ b/packages/react/src/waterfall/hooks/use-breakpoint.ts
@@ -0,0 +1,54 @@
+import { useEffect, useState } from 'react';
+import { Breakpoint } from '../types';
+
+const breakpointMap: Record