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