From 784e93a70ca552cc6df9ab7cbae60c6c29080e04 Mon Sep 17 00:00:00 2001 From: Henrique Ramos Date: Tue, 18 Oct 2022 07:10:05 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da769fd..9aafdbb 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ 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_ | +| backgroundColor | Determines the color of placeholder | string | _#E1E9EE_ | +| 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 |