UNPKG

@financial-times/o-teaser

Version:

Provides styling for teaser elements, which contain information about an article and link through to it

11 lines (8 loc) 231 B
import ODate from '@financial-times/o-date'; function initDemos() { document.addEventListener('DOMContentLoaded', function() { ODate.init(); document.dispatchEvent(new CustomEvent('o.DOMContentLoaded')); }); } initDemos();