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

PropTypeDefaultRequiredDescription
columns1 | 2 | 3 | 4 | 5 | 64NoNumber of columns in the grid.
gap"none" | "sm" | "default" | "md" | "lg""default"NoSpacing between grid items.
Last updated: August 5, 2026 at 11:47 AMEdit this page