@actbase/react-absolute
Advanced tools
Comparing version 0.8.0 to 0.8.2
{ | ||
"name": "@actbase/react-absolute", | ||
"version": "0.8.0", | ||
"version": "0.8.2", | ||
"description": "React or React native Absolute provider", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,2 +8,3 @@ # react-absolute | ||
- [Preconfig for using.](#preconfig-for-using) | ||
- [Usage](#usage) | ||
- [Interfaces & methods](#interfaces--methods) | ||
@@ -58,3 +59,3 @@ - [Contact us](#contact-us) | ||
export App; | ||
```∏ | ||
``` | ||
### Usage | ||
@@ -66,6 +67,7 @@ | ||
const SomeComponent = ()=>{ | ||
const SomeComponent = ({})=>{ | ||
if( condition ) return null; | ||
return ( | ||
<Absolute style={{}} isVisible> | ||
<Absolute style={{}}> | ||
</Absolute> | ||
@@ -93,5 +95,4 @@ ) | ||
- props of Absolute.Provider | ||
- - Methods | ||
- add | ||
- remove | ||
- Methods | ||
- add | ||
@@ -98,0 +99,0 @@ # Contact us |
11950
100