We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c820c3 commit 72c625eCopy full SHA for 72c625e
README.md
@@ -47,7 +47,7 @@ const MyLoader = () => {
47
| Name | Type | Default | Description |
48
|---|---|---|---|
49
| style | _Object_ | `null` | Ex: `{ marginTop: '50px' }` |
50
-| type | _String_ | `facebook` | Options: `facebook`, `instagram`, `code` |
+| type | _String_ | `facebook` | Options: `facebook`, `instagram`, `list`, `code` |
51
| speed | _Number_ | `2` | Animation speed |
52
| width | _Number_ | `400` | Width component |
53
| height | _Number_ | `130` | Height component |
@@ -85,7 +85,7 @@ const MyLoader = () => {
85
- [x] Code component;
86
- [x] Custom elements;
87
- [x] List component;
88
-- [ ] Test in multiples browser;
+- [ ] React Native
89
90
#### Credits
91
0 commit comments