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
12 lines • 331 B
JavaScript
module.exports={
"field": "rt-switch-field",
"disabled": "rt-switch-disabled",
"text": "rt-switch-text",
"on": "rt-switch-on",
"off": "rt-switch-off",
"thumb": "rt-switch-thumb",
"ripple": "rt-switch-ripple",
"input": "rt-switch-input",
"switch-on": "rt-switch-switch-on",
"switch-off": "rt-switch-switch-off"
}