How to use the uikit/src/js/api/boot function in uikit

To help you get started, we’ve selected a few uikit examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ctx-core / ctx-core / packages / uikit / lib.ts View on Github external
function boot__uikit() {
	if (boot_called) return
	boot_called = true
	boot(UIkit)
}
type Opts__register__component = {