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

17 lines 472 B
module.exports={ "root": "rt-input-root", "withIcon": "rt-input-withIcon", "icon": "rt-input-icon", "input": "rt-input-input", "bar": "rt-input-bar", "label": "rt-input-label", "fixed": "rt-input-fixed", "required": "rt-input-required", "hint": "rt-input-hint", "filled": "rt-input-filled", "error": "rt-input-error", "counter": "rt-input-counter", "disabled": "rt-input-disabled", "errored": "rt-input-errored", "hidden": "rt-input-hidden" }