Skip to content

Commit 82f0b5a

Browse files
committed
updated gif link, formatting
1 parent 524193d commit 82f0b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Slick and perfomant Vue 3 color picker component whose goal is to replace `<inpu
99
</p>
1010

1111
<p align="center">
12-
<img src="https://media.giphy.com/media/jNTl8TPY4K4PZzlZV9/source.gif">
12+
<img src="https://media.giphy.com/media/GTjRMqSvEPHdlzCG1n/source.gif">
1313
</p>
1414

1515
## Why
1616

1717
### Multi-format
18-
Forget about color conversions: vue-color-input does it for you. Unlike `<input type=color>` (which only understands hex) vue-color-input supports all commonly used color models, and by default __will output color in the same format that was passed as input__. It also has support for alpha channel, unless you specifically disable it.
18+
Forget about color conversions: vue-color-input does it for you. Unlike `<input type="color">` (which only understands hex) vue-color-input supports all commonly used color models, and by default __will output color in the same format that was passed as input__. It also has support for alpha channel, unless you specifically disable it.
1919

2020
### Customizable
2121
HTML's native color input is annoying to style. Most likely you'll have to get tricky hiding the original input & binding click event to a presentable-looking div. But it only gets you halfway there cause the color picker popup window is still out of reach and it might look way different in different browsers.

0 commit comments

Comments
 (0)