Installation
Install the component
Run the following command to install the component and its dependencies:
npx @motion-core/cli add plasma-gridImport the component
Import the component into your Svelte file:
import { PlasmaGrid } from "$lib/motion-core";import { PlasmaGrid } from "$lib/motion-core";Usage
Props
PlasmaGrid
| Prop | Type | Default |
|---|---|---|
color | string | "#18181B" |
highlightColor | string | "#572400" |
class | string | "" |