Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
how do you style Sap UI5's tabBar tabs?

This react component has sap-UI5 react-web-components being returned, my question is how do I style the "Tabs" the tabBar. I have tried everything I can think of and I haven't changed a pixel in the tabs. Now I can easily style the tabBar?? But for some reason, the tabs are out of my reach. i have tried inline, style-components, stylesheets...

 function LoadWebComp() {
    const WebCompRef = useRef();
    const supplyOption = () => {
        return Object.keys(listOfStuff).map((stuff, i) => {
            return <Tabs className="webCompToggleTab" key={Math.random()} additional-text={stuff} name={stuff} />;
        });
    }
    
    return (
      <div className="Page">
          <div className="Tabs">
              <TabBar ref={WebCompRef}  className="webCompToggleTabBar" id="UI5TabContainer" tabs-overflow-mode="StartAndEnd" collapsed fixed>
                  {supplyOption()}
              </TabBar>
              <div className="wrapper"></div>
          </div>
      </div>
    );
}

export default LoadWebComp;
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!