File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
demo/src/sandboxes/cards-stack/src Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import { useDrag } from 'react-use-gesture'
55import styles from './styles.module.css'
66
77const cards = [
8- 'https://upload.wikimedia.org/wikipedia/en /f/f5/RWS_Tarot_08_Strength.jpg' ,
9- 'https://upload.wikimedia.org/wikipedia/en /5/53/RWS_Tarot_16_Tower.jpg' ,
10- 'https://upload.wikimedia.org/wikipedia/en /9/9b/RWS_Tarot_07_Chariot.jpg' ,
11- 'https://upload.wikimedia.org/wikipedia/en /d/db/RWS_Tarot_06_Lovers.jpg' ,
12- 'https://upload.wikimedia.org/wikipedia/en /thumb/8/88/RWS_Tarot_02_High_Priestess.jpg/690px-RWS_Tarot_02_High_Priestess.jpg' ,
13- 'https://upload.wikimedia.org/wikipedia/en /d/de/RWS_Tarot_01_Magician.jpg' ,
8+ 'https://upload.wikimedia.org/wikipedia/commons /f/f5/RWS_Tarot_08_Strength.jpg' ,
9+ 'https://upload.wikimedia.org/wikipedia/commons /5/53/RWS_Tarot_16_Tower.jpg' ,
10+ 'https://upload.wikimedia.org/wikipedia/commons /9/9b/RWS_Tarot_07_Chariot.jpg' ,
11+ 'https://upload.wikimedia.org/wikipedia/commons /d/db/RWS_Tarot_06_Lovers.jpg' ,
12+ 'https://upload.wikimedia.org/wikipedia/commons /thumb/8/88/RWS_Tarot_02_High_Priestess.jpg/690px-RWS_Tarot_02_High_Priestess.jpg' ,
13+ 'https://upload.wikimedia.org/wikipedia/commons /d/de/RWS_Tarot_01_Magician.jpg' ,
1414]
1515
1616// These two are just helpers, they curate spring data, values that are later being interpolated into css
You can’t perform that action at this time.
0 commit comments