diff --git a/docs/components.md b/docs/components.md
index 66f5a4d0b1..4d1b2cf28a 100644
--- a/docs/components.md
+++ b/docs/components.md
@@ -19,7 +19,7 @@ import DocsCards from '@components/global/DocsCards';
`}
-Ionic apps are made of high-level building blocks called Components, which allow you to quickly construct the UI for your app. Ionic comes stock with a number of components, including cards, lists, and tabs. Once you’re familiar with the basics, refer to the [API Index](api.md) for a complete list of each component and sub-component.
+Ionic apps are made of high-level building blocks called Components, which allow you to quickly construct the UI for your app. Ionic comes stock with a number of components, including cards, lists, and tabs. Once you're familiar with the basics, refer to the [API Index](api.md) for a complete list of each component and sub-component.
Cards are a great way to display an important piece of content, and can contain images, buttons, text, and more.
+ Cards are a great way to display an important piece of content, and can contain images, buttons, text, and more.
+ Infinite scroll allows you to load new data as the user scrolls through your app. Inputs provides a way for users to enter data in your app. Navigation is how users move between different pages in your app. OTP inputs offer a simple way to enter one-time passwords using multiple boxes with automatic focus. Popover provides an easy way to present information or options without changing contexts.
Radio inputs allow you to present a set of exclusive options.
+Range sliders let users select a value by dragging a knob along a track.
+Refresher provides pull-to-refresh functionality on a content component.
Toast is used to show a notification over the top of an app's content. It can be temporary or dismissible.
+Toasts are subtle notifications that appear over your app's content without interrupting user interaction.