components/ui/PageSection

PageSection component renders a section element with a title and children content. It applies consistent padding and max-width styles and displays the title prominently.
Description:
  • PageSection component renders a section element with a title and children content. It applies consistent padding and max-width styles and displays the title prominently.
Source:
Parameters:
Name Type Description
props Object
Properties
Name Type Description
title string The title text displayed as a section heading.
children React.ReactNode The content inside the section.
Returns:
The rendered section element.
Type
JSX.Element