react-blueprint-view 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,14 +54,14 @@ function CustomToggle() {
|
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
## Ignoring Elements
|
|
57
|
+
<!-- ## Ignoring Elements
|
|
58
58
|
|
|
59
59
|
```jsx
|
|
60
60
|
<div data-rbv-ignore>
|
|
61
61
|
This element will not be affected by the blueprint overlay.
|
|
62
62
|
</div>
|
|
63
63
|
|
|
64
|
-
```
|
|
64
|
+
``` -->
|
|
65
65
|
|
|
66
66
|
“Image and video elements are excluded, meaning their content will remain visible while the blueprint is active.”
|
|
67
67
|
|