UNPKG

@gitlab/ui

Version:
20 lines (17 loc) 644 B
import ImageExample from './intersection_observer.image.example'; import LastAppearedExample from './intersection_observer.last_appeared.example'; var index = [{ name: 'Intersection observer', items: [{ id: 'intersection-observer-last-appeared', name: 'Last appeared at', description: 'Logs when the component last appeared on the screen', component: LastAppearedExample }, { id: 'intersection-observer-lazy-loaded-image', name: 'Lazy loaded image', description: "This image switches between a gif and a still image when it's on or off the screen", component: ImageExample }] }]; export default index;