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 4 weeks ago
..
Accordion initial commit 4 weeks ago
AccordionActions initial commit 4 weeks ago
AccordionDetails initial commit 4 weeks ago
AccordionSummary initial commit 4 weeks ago
Alert initial commit 4 weeks ago
AlertTitle initial commit 4 weeks ago
AppBar initial commit 4 weeks ago
Autocomplete initial commit 4 weeks ago
Avatar initial commit 4 weeks ago
AvatarGroup initial commit 4 weeks ago
Backdrop initial commit 4 weeks ago
Badge initial commit 4 weeks ago
BottomNavigation initial commit 4 weeks ago
BottomNavigationAction initial commit 4 weeks ago
Box initial commit 4 weeks ago
Breadcrumbs initial commit 4 weeks ago
Button initial commit 4 weeks ago
ButtonBase initial commit 4 weeks ago
ButtonGroup initial commit 4 weeks ago
Card initial commit 4 weeks ago
CardActionArea initial commit 4 weeks ago
CardActions initial commit 4 weeks ago
CardContent initial commit 4 weeks ago
CardHeader initial commit 4 weeks ago
CardMedia initial commit 4 weeks ago
Checkbox initial commit 4 weeks ago
Chip initial commit 4 weeks ago
CircularProgress initial commit 4 weeks ago
ClickAwayListener initial commit 4 weeks ago
Collapse initial commit 4 weeks ago
Container initial commit 4 weeks ago
CssBaseline initial commit 4 weeks ago
DefaultPropsProvider initial commit 4 weeks ago
Dialog initial commit 4 weeks ago
DialogActions initial commit 4 weeks ago
DialogContent initial commit 4 weeks ago
DialogContentText initial commit 4 weeks ago
DialogTitle initial commit 4 weeks ago
Divider initial commit 4 weeks ago
Drawer initial commit 4 weeks ago
Fab initial commit 4 weeks ago
Fade initial commit 4 weeks ago
FilledInput initial commit 4 weeks ago
FormControl initial commit 4 weeks ago
FormControlLabel initial commit 4 weeks ago
FormGroup initial commit 4 weeks ago
FormHelperText initial commit 4 weeks ago
FormLabel initial commit 4 weeks ago
GlobalStyles initial commit 4 weeks ago
Grid initial commit 4 weeks ago
GridLegacy initial commit 4 weeks ago
Grow initial commit 4 weeks ago
Icon initial commit 4 weeks ago
IconButton initial commit 4 weeks ago
ImageList initial commit 4 weeks ago
ImageListItem initial commit 4 weeks ago
ImageListItemBar initial commit 4 weeks ago
InitColorSchemeScript initial commit 4 weeks ago
Input initial commit 4 weeks ago
InputAdornment initial commit 4 weeks ago
InputBase initial commit 4 weeks ago
InputLabel initial commit 4 weeks ago
LinearProgress initial commit 4 weeks ago
Link initial commit 4 weeks ago
List initial commit 4 weeks ago
ListItem initial commit 4 weeks ago
ListItemAvatar initial commit 4 weeks ago
ListItemButton initial commit 4 weeks ago
ListItemIcon initial commit 4 weeks ago
ListItemSecondaryAction initial commit 4 weeks ago
ListItemText initial commit 4 weeks ago
ListSubheader initial commit 4 weeks ago
Menu initial commit 4 weeks ago
MenuItem initial commit 4 weeks ago
MenuList initial commit 4 weeks ago
MobileStepper initial commit 4 weeks ago
Modal initial commit 4 weeks ago
NativeSelect initial commit 4 weeks ago
NoSsr initial commit 4 weeks ago
OutlinedInput initial commit 4 weeks ago
OverridableComponent initial commit 4 weeks ago
Pagination initial commit 4 weeks ago
PaginationItem initial commit 4 weeks ago
Paper initial commit 4 weeks ago
PigmentContainer initial commit 4 weeks ago
PigmentGrid initial commit 4 weeks ago
PigmentStack initial commit 4 weeks ago
Popover initial commit 4 weeks ago
Popper initial commit 4 weeks ago
Portal initial commit 4 weeks ago
Radio initial commit 4 weeks ago
RadioGroup initial commit 4 weeks ago
Rating initial commit 4 weeks ago
ScopedCssBaseline initial commit 4 weeks ago
Select initial commit 4 weeks ago
Skeleton initial commit 4 weeks ago
Slide initial commit 4 weeks ago
Slider initial commit 4 weeks ago
Snackbar initial commit 4 weeks ago
SnackbarContent initial commit 4 weeks ago
SpeedDial initial commit 4 weeks ago
SpeedDialAction initial commit 4 weeks ago
SpeedDialIcon initial commit 4 weeks ago
Stack initial commit 4 weeks ago
Step initial commit 4 weeks ago
StepButton initial commit 4 weeks ago
StepConnector initial commit 4 weeks ago
StepContent initial commit 4 weeks ago
StepIcon initial commit 4 weeks ago
StepLabel initial commit 4 weeks ago
Stepper initial commit 4 weeks ago
SvgIcon initial commit 4 weeks ago
SwipeableDrawer initial commit 4 weeks ago
Switch initial commit 4 weeks ago
Tab initial commit 4 weeks ago
TabScrollButton initial commit 4 weeks ago
Table initial commit 4 weeks ago
TableBody initial commit 4 weeks ago
TableCell initial commit 4 weeks ago
TableContainer initial commit 4 weeks ago
TableFooter initial commit 4 weeks ago
TableHead initial commit 4 weeks ago
TablePagination initial commit 4 weeks ago
TablePaginationActions initial commit 4 weeks ago
TableRow initial commit 4 weeks ago
TableSortLabel initial commit 4 weeks ago
Tabs initial commit 4 weeks ago
TextField initial commit 4 weeks ago
TextareaAutosize initial commit 4 weeks ago
ToggleButton initial commit 4 weeks ago
ToggleButtonGroup initial commit 4 weeks ago
Toolbar initial commit 4 weeks ago
Tooltip initial commit 4 weeks ago
Typography initial commit 4 weeks ago
Unstable_TrapFocus initial commit 4 weeks ago
Zoom initial commit 4 weeks ago
className initial commit 4 weeks ago
colors initial commit 4 weeks ago
darkScrollbar initial commit 4 weeks ago
esm initial commit 4 weeks ago
generateUtilityClass initial commit 4 weeks ago
generateUtilityClasses initial commit 4 weeks ago
internal initial commit 4 weeks ago
locale initial commit 4 weeks ago
styles initial commit 4 weeks ago
themeCssVarsAugmentation initial commit 4 weeks ago
transitions initial commit 4 weeks ago
types initial commit 4 weeks ago
useAutocomplete initial commit 4 weeks ago
useLazyRipple initial commit 4 weeks ago
useMediaQuery initial commit 4 weeks ago
usePagination initial commit 4 weeks ago
useScrollTrigger initial commit 4 weeks ago
utils initial commit 4 weeks ago
version initial commit 4 weeks ago
zero-styled initial commit 4 weeks ago
CHANGELOG.md initial commit 4 weeks ago
LICENSE initial commit 4 weeks ago
README.md initial commit 4 weeks ago
index.d.ts initial commit 4 weeks ago
index.js initial commit 4 weeks ago
package.json initial commit 4 weeks 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.