Default

Function: default()

[object Object]

Defined in: app/components/Register/RegisterReasons.tsx:23

A grid-based layout component that displays a collection of reasons to register.

It maps through a predefined list of benefits—such as discounts, networking, and career orientation—and renders each using the RegisterReason subcomponent. The grid is fully responsive, adjusting columns based on screen size (1 col for mobile, 2 for tablet, 3 for desktop).

Parameters

props

Component properties.

className?

[object Object]

Optional CSS classes to apply to the grid container.

Returns

[object Object]

Component

On this page