Blog5
The Blog5 component renders a section of blog posts with a main heading, a featured blog card, additional blog cards in a grid layout, and a "View More" button, using Material UI and responsive design
Last updated
The Blog5 component renders a section of blog posts with a main heading, a featured blog card, additional blog cards in a grid layout, and a "View More" button, using Material UI and responsive design
Last updated
Component path: src/blocks/blog/Blog5.tsx
Component usage path: src/app/blocks/blog/blog5/page.tsx
Preview link:
heading
string
Main heading for the blog section
"Latest Blog Posts"
caption
string
Subtitle or additional text under the heading
"Explore our most recent articles and updates"
viewMore
ButtonProps & LinkProps
Configuration for the "View More" button/link
{ href: "/more-blogs", variant: "contained" }
blogs
BlogListProps[]
Array of blog objects with details
[{ "caption": "Understanding React Hooks", ... }]