UNPKG

react-toolbox-build4server

Version:

Builds react-toolbox in such a way that it's components can be required and used in node - most likely for server-side rendered webapps - without having to depend on webpack to build your entire server-side project

11 lines 299 B
module.exports={ "root": "rt-dialog-root", "active": "rt-dialog-active", "small": "rt-dialog-small", "normal": "rt-dialog-normal", "large": "rt-dialog-large", "title": "rt-dialog-title", "body": "rt-dialog-body", "navigation": "rt-dialog-navigation", "button": "rt-dialog-button" }