diff --git a/auto-init.html b/auto-init.html index dc520ca..1af51a4 100644 --- a/auto-init.html +++ b/auto-init.html @@ -13,14 +13,24 @@
M.AutoInit();
+
+ Or with options to configure each components:
+M.AutoInit(document.body, {
+ Dropdown: {
+ // pass options for Dropdown here
+ },
+ FloatingActionButtonOptions: {
+ // pass options for FloatingActionButtonOptions here
+ },
+ // Component: { ... }
+});
{}