Skip to content

Commit

Permalink
fix link anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Oct 3, 2022
1 parent 6633dbb commit 6307a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/blog/mui-core-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ Having a separate lab package allows us to release breaking changes when necessa

The following components are now available in the lab:

- [LoadingButton](/material-ui/react-button/#loading-buttons). It does what you would expect. It renders the `Button` with a configurable loading/pending state.
- [LoadingButton](/material-ui/stomization/#loading-buttons). It does what you would expect. It renders the `Button` with a configurable loading/pending state.
- [FocusTrap](/base/react-focus-trap/). This component traps the keyboard focus within a DOM node. For example, it's used by the Modal to prevent tabbing out of the component for accessibility reasons.
- [Masonry](/material-ui/react-masonry/). One great use case for this component is when using the `Grid` component leads to wasted space. It's frequently used in dashboards.

Expand Down

0 comments on commit 6307a6a

Please sign in to comment.