Interface RenderFlexFieldsProps

Interface representing the properties for rendering flexible fields.

interface RenderFlexFieldsProps {
    columns: number;
    fluid: boolean;
    gap: string;
}

Hierarchy

  • HTMLAttributes<HTMLDivElement>
    • RenderFlexFieldsProps

Properties

Properties

columns: number

Number of columns in the layout.

fluid: boolean

Whether the layout is fluid (responsive).

gap: string

Gap between fields in the layout.