Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chramos authored Oct 18, 2022
1 parent ba632f9 commit b22b3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const App = () => {
| Prop | Description | Type | Default |
| :-------------: | :------------------------------------------------------------------: | :---------------: | :-------: |
| backgroundColor | Determines the color of placeholder | ColorValue | _#E1E9EE_ |
| highlightColor | Determines the highlight color of placeholder | string (hex|rgb|rgba) | _#F2F8FC_ |
| highlightColor | Determines the highlight color of placeholder | string (hex\|rgb\|rgba) | _#F2F8FC_ |
| speed | Determines the animation speed in milliseconds. 0 disables animation | number | _800_ |
| direction | Determines the animation direction | "right" \| "left" | "right" |
| enabled | Determines if Skeleton should show placeholders or its children | boolean | true |
Expand Down

0 comments on commit b22b3b2

Please sign in to comment.