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 • 335 B
JavaScript
module.exports={
"raised": "rt-button-raised",
"flat": "rt-button-flat",
"floating": "rt-button-floating",
"toggle": "rt-button-toggle",
"icon": "rt-button-icon",
"mini": "rt-button-mini",
"neutral": "rt-button-neutral",
"inverse": "rt-button-inverse",
"primary": "rt-button-primary",
"accent": "rt-button-accent"
}