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

37 lines 1.3 kB
module.exports={ "root": "rt-layout-root", "navDrawer": "rt-layout-navDrawer", "scrim": "rt-layout-scrim", "drawerContent": "rt-layout-drawerContent", "scrollY": "rt-layout-scrollY", "pinned": "rt-layout-pinned", "active": "rt-layout-active", "wide": "rt-layout-wide", "permanent-sm": "rt-layout-permanent-sm", "permanent-md": "rt-layout-permanent-md", "permanent-lg": "rt-layout-permanent-lg", "permanent-xl": "rt-layout-permanent-xl", "permanent-xxl": "rt-layout-permanent-xxl", "permanent-xxxl": "rt-layout-permanent-xxxl", "panel": "rt-layout-panel", "sidebar": "rt-layout-sidebar", "sidebarContent": "rt-layout-sidebarContent", "width-1": "rt-layout-width-1", "width-2": "rt-layout-width-2", "width-3": "rt-layout-width-3", "width-4": "rt-layout-width-4", "width-5": "rt-layout-width-5", "width-6": "rt-layout-width-6", "width-7": "rt-layout-width-7", "width-8": "rt-layout-width-8", "width-9": "rt-layout-width-9", "width-10": "rt-layout-width-10", "width-11": "rt-layout-width-11", "width-12": "rt-layout-width-12", "width-100": "rt-layout-width-100", "width-25": "rt-layout-width-25", "width-33": "rt-layout-width-33", "width-50": "rt-layout-width-50", "width-66": "rt-layout-width-66", "width-75": "rt-layout-width-75" }