Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add radial-galleryImport the component
Import the component into your Svelte file:
import { RadialGallery } from "$lib/motion-core";import { RadialGallery } from "$lib/motion-core";Usage

Motion Core
Item 0

Motion Core
Item 1

Motion Core
Item 2

Motion Core
Item 3

Motion Core
Item 4

Motion Core
Item 5

Motion Core
Item 6

Motion Core
Item 7

Motion Core
Item 8

Motion Core
Item 9

Motion Core
Item 10

Motion Core
Item 11

Motion Core
Item 12

Motion Core
Item 13

Motion Core
Item 14

Motion Core
Item 15

Motion Core
Item 16

Motion Core
Item 17

Motion Core
Item 18

Motion Core
Item 19

Motion Core
Item 20

Motion Core
Item 21

Motion Core
Item 22

Motion Core
Item 23
Props
RadialGallery
| Prop | Type | Default |
|---|---|---|
items | T[] | — |
children | Snippet<[T, number]> | — |
radius | number | 600 |
duration | number | 20 |
reversed | boolean | false |
offset | number | 0 |
gap | number | 0 |
elementSize | number | 100 |
class | string | — |