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.
2 parents bcb1142 + aac8bf5 commit 4114ed4Copy full SHA for 4114ed4
1 file changed
src/components/shared/Pattern.jsx
@@ -10,6 +10,7 @@ export function Pattern({
10
[0, 1, 0, 1, 1, 0, 1, 0],
11
[1, 0, 1, 1, 0, 0, 0, 1],
12
],
13
+ className,
14
...props
15
}) {
16
let id = useId()
0 commit comments