@financial-times/ft-concept-button
Version:
ft concept button (includes the ft follow button)
13 lines (9 loc) • 294 B
JavaScript
import button from './src/js/ft-concept-button.js';
function constructAll() {
button.init();
document.removeEventListener('o.DOMContentLoaded', constructAll);
}
if (typeof document !== 'undefined') {
document.addEventListener('o.DOMContentLoaded', constructAll);
}
export default button;