UNPKG

reactui

Version:

A components library for ReactJS. This is part of the Gearz project

12 lines (6 loc) 226 B
// defining the ReactComponents global namespace if(!window.ReactComponents) window.ReactComponents = {}; window.ReactComponents.ComponentFactory = { createComponent: function(componentMetadata) { } };