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 a9facdc commit eaf30ceCopy full SHA for eaf30ce
docs/example/demo.less
@@ -2,6 +2,7 @@
2
padding: 0 50px;
3
display: grid;
4
justify-content: space-around;
5
+ align-items: center;
6
grid-template-columns: repeat(auto-fill, 300px);
7
grid-gap: 40px;
8
}
docs/example/hover.tsx
@@ -12,7 +12,7 @@ const url1 =
12
const url2 =
13
'https://github.com/image-component/gallery/blob/main/girl/6.jpg?raw=true';
14
const url3 =
15
- 'https://github.com/image-component/gallery/blob/main/girl/8.jpg?raw=true';
+ 'https://github.com/image-component/gallery/blob/main/girl/8.png?raw=true';
16
17
const App = () => {
18
return (
0 commit comments