HomePaymentsNo-codeDevelopersContribute
Safepay Home PageLive DashboardTest Dashboard

GridCell


The GridCell component is a flexible grid cell used to layout content within a grid system. It's designed to work within a responsive framework.

Usage

GridCell Basic Usage
import React from 'react';
import { GridCell } from '~/ui/components/Home';

export default function App() {
  return (
    <GridCell>
      <p>Your content here</p>
    </GridCell>
  );
}

Rendered Example

Example Content

Example Content

Props

NameTypeDefaultDescription
smnumberundefinedThe number of columns on small screens
mdnumberundefinedThe number of columns on medium screens
lgnumberundefinedThe number of columns on large screens
xlnumberundefinedThe number of columns on extra large screens
xxlnumberundefinedThe number of columns on extra-extra large screens
classNamestringundefinedAdditional CSS classes for styling