Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Ramos committed Feb 13, 2025
1 parent ebe5847 commit a235fb5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ const App = () => {

#### SkeletonPlaceholder

| Prop | Description | Type | Default |
| :-------------------: | :------------------------------------------------------------------: | :-------------------------: | :-------: |
| backgroundColor | Determines the color of placeholder | string | _#C0C0C0_ |
| highlightColor | Determines the highlight color of placeholder | string (hex \| rgb \| rgba) | _#F2F8FC_ |
| borderRadius | Determines default border radius for placeholders | number | undefined |
| animationDuration | Determines the animation speed in milliseconds. 0 disables animation | number | _1500_ |
| animationBackAndForth | Whether the Animation should go back and forth | boolean | _false_ |
| angle | Angle of the gradient in degrees | number | _0_ |
| Prop | Description | Type | Default |
| :-------------------: | :------------------------------------------------------------------: | :-------------------------: | :---------: |
| backgroundColor | Determines the color of placeholder | string | _#C0C0C0_ |
| highlightColor | Determines the highlight color of placeholder | string (hex \| rgb \| rgba) | _#F2F8FC_ |
| borderRadius | Determines default border radius for placeholders | number | _undefined_ |
| animationDuration | Determines the animation speed in milliseconds. 0 disables animation | number | _1500_ |
| animationBackAndForth | Whether the Animation should go back and forth | boolean | _false_ |
| angle | Angle of the gradient in degrees | number | _undefined_ |

<!-- | enabled | Determines if Skeleton should show placeholders or its children | boolean | true | -->

Expand Down

0 comments on commit a235fb5

Please sign in to comment.