UNPKG

uikit

Version:

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

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