Skip to content

Commit

Permalink
adding list of components with component prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxgit3 committed Oct 29, 2020
1 parent 38b259e commit 8276f52
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/src/pages/guides/composition/composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,55 @@ 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

### Button

{{"demo": "pages/guides/composition/ButtonRouter.js"}}
Expand Down

0 comments on commit 8276f52

Please sign in to comment.