4.0.2 • Published 3 years ago
reacting-squirrel-plugin-material-ui v4.0.2
reacting-squirrel-plugin-material-ui
Material UI plugin for Reacting Squirrel.
Installation
nmp install reacting-squirrel-plugin-material-ui --save
Usage
Javascript
import Server from 'reacting-squirrel';
import MUIPlugin from 'reacting-squirrel-plugin-material-ui';
const app = new Server(/* ...options */);
app.registerPlugin(new MUIPlugin(/* ...options */));
// ... setup of the server
app.starr();
RSConfig
{
// ...setup of the server
"plugins": [
"reacting-squirrel-plugin-material-ui"
]
}
Options
option | type | description | default |
---|---|---|---|
loadRoboto | boolean | Indicates if the Roboto font from the googleapis should be loaded. | true |
forcePluginLayout | boolean | Indicates if the Plugin layout should be forced if the layout provided is not extending the Plugin Layout. | true |
4.0.2
3 years ago
3.0.0-beta.8
4 years ago
4.0.1
3 years ago
4.0.0
3 years ago
3.0.0-beta.7
4 years ago
3.0.0-beta.6
4 years ago
3.0.0-beta.5
4 years ago
3.0.0-beta.4
4 years ago
3.0.0-beta.3
4 years ago
3.0.0-beta.2
4 years ago
3.0.0-beta.1
5 years ago
3.0.0-beta.0
5 years ago
2.0.7
5 years ago
2.0.6
5 years ago
2.0.5
5 years ago
2.0.3
5 years ago
2.0.2
5 years ago
2.0.1
5 years ago
2.0.0
5 years ago
1.2.1
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago