UNPKG

@skele/classic

Version:

Skele is an architectural framework that assists with building data-driven apps with React or React Native.

17 lines (10 loc) 268 B
# UI Used for registration of UI components. ## `register(kind, Component)` Registers a component to a specific kind. ### Usage ```javascript import { ui } from '@skele/classic' import ArticleScene from './ui' ui.register(['scene', 'article'], ArticleScene) ```