Merge "Update M3 documentation to list more components." into androidx-main
diff --git a/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/compose-material-3-documentation.md b/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/compose-material-3-documentation.md
index 4600350..177e18c 100644
--- a/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/compose-material-3-documentation.md
+++ b/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/compose-material-3-documentation.md
@@ -57,7 +57,8 @@
 |                         | [DatePickerDialog]             | M3 date picker embeeded in dialog         |
 |                         | [DateRangePicker]              | M3 date range picker                      |
 | **Dialogs**             | [AlertDialog]                  | M3 basic dialog                           |
-| **Dividers**            | [Divider]                      | M3 divider                                |
+| **Dividers**            | [HorizontalDivider]            | M3 horizontal divider                     |
+|                         | [VerticalDivider]              | M3 vertical divider                       |
 | **Extended FAB**        | [ExtendedFloatingActionButton] | M3 extended FAB                           |
 | **FAB**                 | [FloatingActionButton]         | M3 FAB                                    |
 |                         | [SmallFloatingActionButton]    | M3 small FAB                              |
@@ -87,6 +88,7 @@
 |                         | [NavigationRailItem]           | M3 navigation rail item                   |
 | **Progress indicators** | [LinearProgressIndicator]      | M3 linear progress indicator              |
 |                         | [CircularProgressIndicator]    | M3 circular progress indicator            |
+| **Pull refresh **       | [PullToRefreshContainer]       | M3 pull to refresh indicator              |
 | **Radio button**        | [RadioButton]                  | M3 radio button                           |
 | **Search Bar**          | [SearchBar]                    | M3 search bar                             |
 |                         | [DockedSearchBar]              | M3 docked search bar                      |