UNPKG

uikit

Version:

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

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