Danilo Leal

Results 175 comments of Danilo Leal

Hey there @Birddle; thanks for the issue! Can you provide the code above in a reproducible Sandbox?

> 8. Broken Tabs aria-role on https://mui.com/base-ui/react-button/components-api/ About the last item on the list: I'm assuming we can only fix this if we change the approach from having the Tab...

That's true, okay. But I'm more curious whether that's part of the problem with the wrong aria-role and keyboard navigation. For example, The Material UI tabs component — which is...

However, maybe the GitHub example is not the best as they don't seem to use `role="tablist"` both in the Primer docs and here. So, it visually looks like a Tabs...

Yup, but those things are happening to the Material UI Tabs; it's what the page uses, so maybe there's a bug there, too.

We'll need to wait the package to be published to review these examples, right?

Hey @JaceInglis, thanks for opening the issue! For the sake of curiosity, do you mind elaborating more on your use case? Why do you want to remove the button's padding...

I'd generally advise against messing with spacing from inside the component — maybe a different approach would work for you, and [the Card's page introduction demo](https://mui.com/material-ui/react-card/#introduction) seems to be pretty...

The biggest downside that I see of affecting the inner spacing of the Button component is messing with the style of the different states, primarily the hover and focus states....