Replies: 56 comments 87 replies
Tabs
|
Slider
|
AutoCompleteMUI AutoComplete API
|
Avatar
|
AvatarGroup
|
DividerMUI Divider API
|
Toggle ButtonMUI ToggleButton API Inherited props:
Toggle Button Group
|
AlertMUI Alert API Inherits from Paper. Same as Paper where only elevation is allowed.
|
|
Grouping all the Table related components togethor for clarity. TableContainer, TableFooter, TableBody and TableHead have only common props. Omitted TablePagination and TablePaginationActions... might fit better under Pagination. TableStrataKit Table Documentation
TableRow
TableCell
TableSortLabel
|
Badge
|
CircularProgress
|
LinearProgress
|
SkeletonMUI Skeleton API
|
IconMUI Icon API
SvgIconThis component should be deprecated. The StrataKit documentation for Icon explicitly says not to use this. Material Icons aka
|
StepperMUI Stepper API
Step
StepButtonAlso inherits from ButtonBase
StepConnectorOnly common props StepContent
StepIconDeprecate - reworked in #1363 so don't use the default
StepLabel
|
MobileStepperMUI MobileStepper API
|
GridMUI Grid API This is basically a flexbox based implementation for a grid layout. It doesn't add any visual pixels, just provides a way to put things in a grid structure.
|
ImageListMUI ImageList API
ImageListItem
ImageListItemBar
|
StackMUI Stack API This is Material's flexbox. It doesn't add any visual pixels, just used for spacing and alignment.
|
Native SelectMUI NativeSelect API Inherited:
InputInherited:
Input Base
|
Speed DialMUI SpeedDial API
SpeedDialActionAlso inherits from ToolTip
SpeedDialIcon
ToolTipSee existing ToolTip API comments. Only changes listed below
|
MasonaryMUI Masonary API This is also from MUI-X
|
TimelineMUI Timeline API
TimelineConnector ,Only common props TimelineContentOnly common props TimelineDot
TimelineItem
TimeLineSeperatorOnly common properties. Grouping item to control visual styling of timeline with connector and dot. |
ModalMUI Modal API All the disable props are normally not being needed but address very niche edge cases.
|
CSS BaselineDeprecate entire component - Stratakit docs say not to use because |
PopoverMaterial Popover API Also inherits from Modal
|
PopperMaterial Popper API Popper is a utilitty component consumed by other compoents and not something I would typcially expect app developers to use directly unless they were building their own components. This doesn't add any visual styling and is really about positioning the element.
|
Date and Time PickersMUI DatePicker API Part of MUI-X Composition of DateField and DateCalendar
Date Calendar
TimePicker
|
Click-Away ListenerMUI ClickAwayListener API
|


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We need to review and validate all MUI components and their props against the StrataKit design language before our
1.0.0release.🎯 Objectives
Note
If we remove a prop now, it can always be reintroduced in a future minor update.
💬 Discussion Guidelines
To keep this audit organized, please follow these rules:
id,sx,slot,slotProps,className,classes, orchildren.Material UI components reference list
Source: MUI All Components
Inputs (13 components)
Transfer List- Not an actual component but examples combing other componentsData display (10 components)
IconandSvgIconand @mui/icons-materialFeedback (6 components)
Surface (4 components)
Navigation (9 components)
Layout (5 components)
Lab / MUI-X
Utils (10 utilities)
All reactions