Skip to main content
Version: Next

Row()

Home > @backstage/ui > Row

Signature:

function Row<T extends object>({ id, columns, children, href, ...otherProps }: RowProps<T>): import("react/jsx-runtime").JSX.Element;

Parameters

Parameter

Type

Description

{ id, columns, children, href, ...otherProps }

RowProps<T>

**Returns:**

import("react/jsx-runtime").JSX.Element