Grid
Lightweight grid wrapper for plugin item layouts.
Import/Installation
import { Grid } from "@lottiefiles/creator-plugins-ui";Preview
Usage
<Grid columns={3} gap="sm">
...
</Grid>Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| columns | 1 | 2 | 3 | 4 | 5 | 6 | 4 | No | Number of columns in the grid. |
| gap | "none" | "sm" | "default" | "md" | "lg" | "default" | No | Spacing between grid items. |
Last updated: August 5, 2026 at 11:47 AMEdit this page