+ {children.slice(0, gridCount)}
+ {totalCount > gridCount &&
+ {children.slice(gridCount)}
+
}
+
+}
+
+interface ButtonProps {
+ label: any
+ width: number
+ tooltip?: any
+}
+function Button({ label, width }: ButtonProps) {
+ // TODO: add tooltip
+ return