SPFX how to make webpart full width support

 In SPFX, full width webpart support by modern site SitePage or Pages.

Communication Site, Team Sites are supported.

In our webpart solution, Go to manifest.json file add an attribute/property called

"supportsFullBleed":true

After that, Go to your page or site page

Add new section (plus icon), select fullwidth layout then your webpart show over there since in your webpart solution you have added "supportsFullBleed" as true.

Comments