# Dot pager `DotPager` wraps all its child components into a browsable container that shows only one child at time. ## Usage ```js import { DotPager } from '@automattic/components'; function myDotPager() { return (
Item 1
Item 2
Item 3
); } ```