perf(gesture): lazy loaded dynamic ES module

This commit is contained in:
Manu Mtz.-Almeida
2018-08-01 01:38:52 +02:00
parent 1b5bb67959
commit 49cac8beec
34 changed files with 939 additions and 1709 deletions

View File

@ -43,16 +43,6 @@ The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
#### translucent
boolean
If true, the toolbar will be translucent.
Note: In order to scroll content behind the toolbar, the `fullscreen`
attribute needs to be set on the content.
Defaults to `false`.
## Attributes
#### color
@ -72,16 +62,6 @@ The mode determines which platform styles to use.
Possible values are: `"ios"` or `"md"`.
#### translucent
boolean
If true, the toolbar will be translucent.
Note: In order to scroll content behind the toolbar, the `fullscreen`
attribute needs to be set on the content.
Defaults to `false`.
----------------------------------------------

View File

@ -45,6 +45,8 @@
contain: content;
overflow: hidden;
z-index: $z-index-toolbar;
box-sizing: border-box;
}
// Transparent Toolbar