@@ -49,17 +49,17 @@ const MyFacebookLoader = () => <Facebook />
4949
5050|  <p  align = " left"  >Name</p >| <p  align = " left"  >Type</p >| <p  align = " left"  >Default</p >|  <p  align = " left"  >Description</p >                             | 
5151|  ----------------------- |  ----------- |  ---------------------- |  ------------------------------------------------------------------------- | 
52- |  ** animate**              |  Boolean  |   true                 |  ` false `  to render with no animation                                       | 
53- |  ** ariaLabel**            |  String   |   Loading interface... |  Describe what element it is                                                | 
54- |  ** speed**                |  Number   |  2                     |  Animation speed in seconds                                                | 
55- |  ** className**            |  String   |  ''                    |  Classname in the ` <svg/> `                                                  | 
56- |  ** width**                |  Number   |   400                  |  viewBox width of ` <svg/> `                                                  | 
57- |  ** height**               |  Number   |   130                  |  viewBox height of ` <svg/> `                                                 | 
58- |  ** rtl**                  |  Boolean  |   false                |  Right-to-left animation                                                   | 
59- |  ** preserveAspectRatio**  |  String   |   xMidYMid meet        |  Aspect ratio option of ` <svg/> `                                            | 
60- |  ** primaryColor**         |  String   |   #f3f3f3              |  Background                                                                | 
61- |  ** secondaryColor**       |  String   |   #ecebeb              |  Animation color                                                           | 
62- |  ** primaryOpacity**       |  Number   |  1                     |  Background opacity (0 = transparent, 1 = opaque)                          | 
63- |  ** secondaryOpacity**     |  Number   |  1                     |  Animation opacity (0 = transparent, 1 = opaque)                           | 
64- |  ** style**                |  Object   |   null                 |  Ex: ` { width: '100%', height: '70px' } `                                    | 
65- |  ** uniquekey**            |  String  |  random unique id       |  Use the same value of prop key, that will solve inconsistency on the SSR. | 
52+ |  ** animate**              |  ` Boolean `     |   ` true `                  |  ` false `  to render with no animation                                       | 
53+ |  ** ariaLabel**            |  ` String |  Boolean`  |   ` Loading interface... `  |  Describe what element it is                                        | 
54+ |  ** speed**                |  ` Number `      |   ` 2 `                     |  Animation speed in seconds                                                | 
55+ |  ** className**            |  ` String `      |   `   `                      |  Classname in the ` <svg/> `                                                  | 
56+ |  ** width**                |  ` Number `      |   ` 400 `                   |  viewBox width of ` <svg/> `                                                  | 
57+ |  ** height**               |  ` Number `      |   ` 130 `                   |  viewBox height of ` <svg/> `                                                 | 
58+ |  ** rtl**                  |  ` Boolean `     |   ` false `                 |  Right-to-left animation                                                   | 
59+ |  ** preserveAspectRatio**  |  ` String `      |   ` xMidYMid meet `         |  Aspect ratio option of ` <svg/> `                                            | 
60+ |  ** primaryColor**         |  ` String `      |   ` #f3f3f3 `               |  Background                                                                | 
61+ |  ** secondaryColor**       |  ` String `      |   ` #ecebeb `               |  Animation color                                                           | 
62+ |  ** primaryOpacity**       |  ` Number `      |   ` 1 `                     |  Background opacity (0 = transparent, 1 = opaque)                          | 
63+ |  ** secondaryOpacity**     |  ` Number `      |   ` 1 `                     |  Animation opacity (0 = transparent, 1 = opaque)                           | 
64+ |  ** style**                |  ` Object `      |   ` null `                  |  Ex: ` { width: '100%', height: '70px' } `                                    | 
65+ |  ** uniquekey**            |  ` String `      |  random unique id       |  Use the same value of prop key, that will solve inconsistency on the SSR. | 
0 commit comments