import DotPager from '../'; export default function DotPagerExample() { return (
Item 1
Item 2
Item 3
); } DotPagerExample.displayName = 'DotPagerExample';