4.0.2 • Published 2 years ago

reacting-squirrel-plugin-material-ui v4.0.2

Weekly downloads
112
License
MIT
Repository
github
Last release
2 years ago

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

optiontypedescriptiondefault
loadRobotobooleanIndicates if the Roboto font from the googleapis should be loaded.true
forcePluginLayoutbooleanIndicates if the Plugin layout should be forced if the layout provided is not extending the Plugin Layout.true
4.0.2

2 years ago

3.0.0-beta.8

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.0-beta.7

3 years ago

3.0.0-beta.6

3 years ago

3.0.0-beta.5

3 years ago

3.0.0-beta.4

3 years ago

3.0.0-beta.3

3 years ago

3.0.0-beta.2

3 years ago

3.0.0-beta.1

3 years ago

3.0.0-beta.0

3 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago