UNPKG

uikit

Version:

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

12 lines (8 loc) 277 B
import { each } from 'uikit-util'; import boot from './api/boot'; import UIkit from './api/index'; import * as components from './core/index'; // register components each(components, (component, name) => UIkit.component(name, component)); boot(UIkit); export default UIkit;