Blog7

Blog7 component renders a section of blog posts with a main heading, a featured blog card, additional blog cards in a grid layout, and "Explore More" button, using Material UI and responsive design

All available props for the Blog1 component are defined and handled within Component usage path file. This allows for easy modifications to the content of the blog section.

Component path: src/blocks/blog/Blog7.tsx

Component usage path: src/app/blocks/blog/blog7/page.tsx

Preview link: https://stage.saasable.io/blocks/blog/blog7

Props Details

Prop
Type
Description
Displayed as

heading

string (optional)

Title of the blog section

"Latest Blog Posts"

blogs

BlogListProps[]

List of individual blog posts

See the Example Structure section above

Last updated