mapache-salvaje
mapache-salvaje
I've removed the "default" headers from the pages where there is only one way to install.
> #### Slots > All MUI components have at least 1 slot, aka `root` slot. The slot can be a string (DOM) or a styled component. In **MUI Base**, the...
> I like the word interior here, so maybe we could refer to them as interior component? Would it make sense to refer to those as "subcomponents"? So a _component_...
> When we say a subcomponent, which component is it exactly down the React tree? Slots are depth 1, but is a subcomponent [depth](https://stackoverflow.com/questions/2603692/what-is-the-difference-between-tree-depth-and-height) 2, 3, etc? @oliviertassinari my understanding...
> From what I understand, the "slot" prop is depth 1 of the React component tree and the "component" prop is the maximum depth, a.k.a the leaf. > > Once...
I'm happy to apply the updated docs formatting to this page if we're ready for that. I just don't want to step on any toes by pushing some commits to...
I'm on it! 👍 I'll push some changes to this branch to apply style and formatting changes to `snackbar.md` to match what we've established in mui/material-ui#33156. I'll leave the rest...
I've finished my draft of the documentation. @ZeeshanTamboli let me know if the info I've added is accurate!
@ZeeshanTamboli I've revised the Introduction and expanded on the Basics section, explaining what differentiates a snackbar from other alerts, and pointing out the `autoHideDuration` prop. Let me know if that...
Should I move the "Components vs hooks" info from the MUI Base "Usage" page to its own standalone page? I'm starting to think that it deserves its own page, because...