Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
astanley dc3cc1cb13 initial commit 1 week ago
..
Accordion initial commit 1 week ago
AccordionActions initial commit 1 week ago
AccordionDetails initial commit 1 week ago
AccordionSummary initial commit 1 week ago
Alert initial commit 1 week ago
AlertTitle initial commit 1 week ago
AppBar initial commit 1 week ago
Autocomplete initial commit 1 week ago
Avatar initial commit 1 week ago
AvatarGroup initial commit 1 week ago
Backdrop initial commit 1 week ago
Badge initial commit 1 week ago
BottomNavigation initial commit 1 week ago
BottomNavigationAction initial commit 1 week ago
Box initial commit 1 week ago
Breadcrumbs initial commit 1 week ago
Button initial commit 1 week ago
ButtonBase initial commit 1 week ago
ButtonGroup initial commit 1 week ago
Card initial commit 1 week ago
CardActionArea initial commit 1 week ago
CardActions initial commit 1 week ago
CardContent initial commit 1 week ago
CardHeader initial commit 1 week ago
CardMedia initial commit 1 week ago
Checkbox initial commit 1 week ago
Chip initial commit 1 week ago
CircularProgress initial commit 1 week ago
ClickAwayListener initial commit 1 week ago
Collapse initial commit 1 week ago
Container initial commit 1 week ago
CssBaseline initial commit 1 week ago
DefaultPropsProvider initial commit 1 week ago
Dialog initial commit 1 week ago
DialogActions initial commit 1 week ago
DialogContent initial commit 1 week ago
DialogContentText initial commit 1 week ago
DialogTitle initial commit 1 week ago
Divider initial commit 1 week ago
Drawer initial commit 1 week ago
Fab initial commit 1 week ago
Fade initial commit 1 week ago
FilledInput initial commit 1 week ago
FormControl initial commit 1 week ago
FormControlLabel initial commit 1 week ago
FormGroup initial commit 1 week ago
FormHelperText initial commit 1 week ago
FormLabel initial commit 1 week ago
GlobalStyles initial commit 1 week ago
Grid initial commit 1 week ago
GridLegacy initial commit 1 week ago
Grow initial commit 1 week ago
Icon initial commit 1 week ago
IconButton initial commit 1 week ago
ImageList initial commit 1 week ago
ImageListItem initial commit 1 week ago
ImageListItemBar initial commit 1 week ago
InitColorSchemeScript initial commit 1 week ago
Input initial commit 1 week ago
InputAdornment initial commit 1 week ago
InputBase initial commit 1 week ago
InputLabel initial commit 1 week ago
LinearProgress initial commit 1 week ago
Link initial commit 1 week ago
List initial commit 1 week ago
ListItem initial commit 1 week ago
ListItemAvatar initial commit 1 week ago
ListItemButton initial commit 1 week ago
ListItemIcon initial commit 1 week ago
ListItemSecondaryAction initial commit 1 week ago
ListItemText initial commit 1 week ago
ListSubheader initial commit 1 week ago
Menu initial commit 1 week ago
MenuItem initial commit 1 week ago
MenuList initial commit 1 week ago
MobileStepper initial commit 1 week ago
Modal initial commit 1 week ago
NativeSelect initial commit 1 week ago
NoSsr initial commit 1 week ago
OutlinedInput initial commit 1 week ago
OverridableComponent initial commit 1 week ago
Pagination initial commit 1 week ago
PaginationItem initial commit 1 week ago
Paper initial commit 1 week ago
PigmentContainer initial commit 1 week ago
PigmentGrid initial commit 1 week ago
PigmentStack initial commit 1 week ago
Popover initial commit 1 week ago
Popper initial commit 1 week ago
Portal initial commit 1 week ago
Radio initial commit 1 week ago
RadioGroup initial commit 1 week ago
Rating initial commit 1 week ago
ScopedCssBaseline initial commit 1 week ago
Select initial commit 1 week ago
Skeleton initial commit 1 week ago
Slide initial commit 1 week ago
Slider initial commit 1 week ago
Snackbar initial commit 1 week ago
SnackbarContent initial commit 1 week ago
SpeedDial initial commit 1 week ago
SpeedDialAction initial commit 1 week ago
SpeedDialIcon initial commit 1 week ago
Stack initial commit 1 week ago
Step initial commit 1 week ago
StepButton initial commit 1 week ago
StepConnector initial commit 1 week ago
StepContent initial commit 1 week ago
StepIcon initial commit 1 week ago
StepLabel initial commit 1 week ago
Stepper initial commit 1 week ago
SvgIcon initial commit 1 week ago
SwipeableDrawer initial commit 1 week ago
Switch initial commit 1 week ago
Tab initial commit 1 week ago
TabScrollButton initial commit 1 week ago
Table initial commit 1 week ago
TableBody initial commit 1 week ago
TableCell initial commit 1 week ago
TableContainer initial commit 1 week ago
TableFooter initial commit 1 week ago
TableHead initial commit 1 week ago
TablePagination initial commit 1 week ago
TablePaginationActions initial commit 1 week ago
TableRow initial commit 1 week ago
TableSortLabel initial commit 1 week ago
Tabs initial commit 1 week ago
TextField initial commit 1 week ago
TextareaAutosize initial commit 1 week ago
ToggleButton initial commit 1 week ago
ToggleButtonGroup initial commit 1 week ago
Toolbar initial commit 1 week ago
Tooltip initial commit 1 week ago
Typography initial commit 1 week ago
Unstable_TrapFocus initial commit 1 week ago
Zoom initial commit 1 week ago
className initial commit 1 week ago
colors initial commit 1 week ago
darkScrollbar initial commit 1 week ago
esm initial commit 1 week ago
generateUtilityClass initial commit 1 week ago
generateUtilityClasses initial commit 1 week ago
internal initial commit 1 week ago
locale initial commit 1 week ago
styles initial commit 1 week ago
themeCssVarsAugmentation initial commit 1 week ago
transitions initial commit 1 week ago
types initial commit 1 week ago
useAutocomplete initial commit 1 week ago
useLazyRipple initial commit 1 week ago
useMediaQuery initial commit 1 week ago
usePagination initial commit 1 week ago
useScrollTrigger initial commit 1 week ago
utils initial commit 1 week ago
version initial commit 1 week ago
zero-styled initial commit 1 week ago
CHANGELOG.md initial commit 1 week ago
LICENSE initial commit 1 week ago
README.md initial commit 1 week ago
index.d.ts initial commit 1 week ago
index.js initial commit 1 week ago
package.json initial commit 1 week ago

README.md

Material UI logo

Material UI

Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.

Installation

Install the package in your project directory with:

npm install @mui/material@^7.0.0 @emotion/react @emotion/styled

Documentation

Visit https://mui.com/material-ui/ to view the full documentation.

Questions

For how-to questions that don't involve making changes to the code base, please use Stack Overflow instead of GitHub issues. Use the "material-ui" tag on Stack Overflow to make it easier for the community to find your question.

Examples

Our documentation features a collection of example projects using Material UI.

Contributing

Read the contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.

Contributing to Material UI is about more than just issues and pull requests! There are many other ways to support Material UI beyond contributing to the code base.

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

Roadmap

Future plans and high-priority features and enhancements can be found in the roadmap.

License

This project is licensed under the terms of the MIT license.

Security

For details of supported versions and contact details for reporting security issues, please refer to the security policy.