Skip to content

Commit

Permalink
Update composition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Oct 29, 2020
1 parent 8276f52 commit 9502140
Showing 1 changed file with 1 addition and 50 deletions.
51 changes: 1 addition & 50 deletions docs/src/pages/guides/composition/composition.md
Expand Up @@ -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

Expand Down

0 comments on commit 9502140

Please sign in to comment.