Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

Bootstrap 4 usage

(0) ShareShare
ReportReport
Posted on by 159

Hi, 

 

I am having a similar issue as in this post https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/React-Kanban-PCF-Bootstrap-4-usage/m-p/604344. where the Breadcrumb navigation is messed up due to Bootstrap CSS.

 

Scott Durow provided the following answer:

 

You will need to namespace your bootstrap CSS using the name of your control. The PCF Control top level container is given a class name that is the name of the control - so all CSS rules then need to be namespaced to that class name so that they do not apply to any styles outside of the PCF control container.

 

Can someone provide me example of how to namespace Bootstrap?

 

For example, I have this code 

 

 

// Row
const row1Div = document.createElement('div');
row1Div.setAttribute('class', 'row align-items-center');
this._controlContainer.appendChild(row1Div);

 

 

  • iwaldman Profile Picture
    159 on at
    Re: Bootstrap 4 usage

    Hi @v-xida-msft,

     

    I dug deeper after posting and found how to namespace external CSS. Thank you so much for the quick response.

     

    Regards,

    Irvin

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: Bootstrap 4 usage

    Hi @iwaldman ,

    Do you want to use Bootstrap in your PCF control?

     

    If you want to namespace the Bootstrap in your PCF control, please check and see if the following blog or video could help in your scenario:

    https://formden.com/blog/isolate-bootstrap

    https://stackoverflow.com/questions/13966259/how-to-namespace-twitter-bootstrap-so-styles-dont-conflict

     

     

    Please consider take a try with above solution, check if could help in your scenario.

     

    Regards,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 109 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 82 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 71 Super User 2025 Season 1

Overall leaderboard