react-native-indicator
Advanced tools
Comparing version 0.6.6 to 0.6.7
@@ -23,2 +23,3 @@ /** | ||
import LineDots from './lib/loader/LineDotsLoader'; | ||
import ColorDots from './lib/loader/ColorDotsLoader'; | ||
@@ -41,2 +42,3 @@ export const PulseLoader = Pulse; | ||
export const NineCubesLoader = NineCubes; | ||
export const LineDotsLoader = LineDots; | ||
export const LineDotsLoader = LineDots; | ||
export const ColorDotsLoader = ColorDots; |
{ | ||
"name": "react-native-indicator", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "React Native Indicator Component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -52,2 +52,3 @@ # react-native-indicator | ||
- [LineDotsLoader](#LineDotsLoader) | ||
- [ColorDotsLoader](#ColorDotsLoader) | ||
@@ -245,4 +246,17 @@ ``` | ||
<a name="ColorDotsLoader" /> | ||
##### ColorDotsLoader | ||
| prop | type | default | description | | ||
| ---- | ---- | ---- | ---- | | ||
| size | number | 15 | each cube's size | | ||
| betweenSpace | number | 7 | distance between two dots | | ||
| color1 | string | '#ff4500'(red) | 1st color | | ||
| color2 | string | '#ffd700'(yellow) | 2nd color | | ||
| color3 | string | '#9acd32'(green) | 3rd color | | ||
## License | ||
MIT |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1528672
33
1375
260