HomePaymentsNo-codeDevelopersContribute
Safepay Home PageLive DashboardTest Dashboard

TalkGridCell


The TalkGridCell component is specially crafted to showcase talks, including a thumbnail, title, description, and a link to view the talk.

Usage

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

export default function App() {
  return (
    <TalkGridCell
      title="Innovative Tech"
      event="Tech Conference 2021"
      description="Discussing the future of technology."
      videoId="dQw4w9WgXcQ"
    />
  );
}

Rendered Example

Future of AI

Exploring AI innovations.

AI Summit 2024

Props

NameTypeDefaultDescription
titlestringundefinedTitle of the talk
eventstringundefinedEvent where the talk was given
descriptionstringundefinedBrief description of the talk
videoIdstringundefinedYouTube video ID for the talk
thumbnailstringundefinedURL for the talk's thumbnail image
linkstringundefinedCustom link to the talk
classNamestringundefinedAdditional CSS classes for styling
smnumber6Columns span on small screens
mdnumber6Columns span on medium screens
lgnumber6Columns span on large screens
xlnumber3Columns span on extra large screens