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