File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
26
26
#### Artifacts
27
27
28
- | Name | Description |
28
+ | Name | Description |
29
29
| -----------------| -----------------------------------------|
30
30
| ` reveal-core ` | Contains core classes. You need this 🙂 |
31
31
| ` reveal-shapes ` | Additional shapes for explanatory items |
@@ -35,6 +35,8 @@ dependencies {
35
35
The ` Reveal ` composable should be one of the top most composables in the hierarchy of your
36
36
screen-level composable in order to access its scope. However it doesn't matter where in the
37
37
component hierarchy the composable is added. The effect is always rendered fullscreen.
38
+ You can have multiple ` Reveal ` instances in your UI hierarchy, for example per module or per
39
+ screen. However it is recommended to only have one ` Reveal ` instance per screen.
38
40
39
41
``` kotlin
40
42
@Composable
You can’t perform that action at this time.
0 commit comments