UNPKG

uikit

Version:

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

9 lines (6 loc) 188 B
/* global UIkit, NAME */ import Component from 'component'; if (typeof window !== 'undefined' && window.UIkit) { window.UIkit.component(NAME, Component); } export default Component;