diff --git a/docs/src/pages/guides/composition/composition.md b/docs/src/pages/guides/composition/composition.md index 2da76f0f9f43f1..94d087025bafa2 100644 --- a/docs/src/pages/guides/composition/composition.md +++ b/docs/src/pages/guides/composition/composition.md @@ -133,56 +133,7 @@ You can find the details in the [TypeScript guide](/guides/typescript/#usage-of- The integration with third-party routing libraries is achieved with the `component` prop. The behavior is identical to the description of the prop above. Here are a few demos with [react-router-dom](https://github.com/ReactTraining/react-router). -It covers the Button, Link, and List components, you should be able to apply the same strategy with all the components. - -- Layout Components - - - Box - - Container - - Grid - - Grid List - -- Input Components - - - Button - - Button Group - - Floating Action Button - -- Navigation Components - - - Bottom Navigation - - Breadcrumbs - - Link - - Menu Item - -- Surfaces - - - Toolbar - - Paper - - Card Content - - Card Header - - Card Media - - Collapse - -- Data Display - - Avatar - - Chip - - Divider - - Icon - - SvgIcon - - Divider - - List - - List Item - - List Subheader - - Table - - Table Body - - Table Cell - - Table Container - - Table Footer - - Table Head - - Table Pagination - - Table Row - - Typography +They cover the Button, Link, and List components. You can apply the same strategy with all the components (BottomNavigation, Card, etc.). ### Button