Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 268 Bytes

ui.md

File metadata and controls

16 lines (10 loc) · 268 Bytes

UI

Used for registration of UI components.

register(kind, Component)

Registers a component to a specific kind.

Usage

import { ui } from '@skele/classic'
import ArticleScene from './ui'

ui.register(['scene', 'article'], ArticleScene)