docs(calendar/command-palette): fix external links (#3087)

This commit is contained in:
Daniele Nicosia
2025-01-13 17:45:26 +01:00
committed by GitHub
parent e2cee110b4
commit a6cc7bf53b
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90">
<g transform="translate(0,90) scale(0.1,-0.1)" fill="#9b59b6" stroke="none">
<path d="M385 796 c-17 -12 -18 -19 -7 -109 20 -164 25 -158 -75 -77 -50 39 -97 70 -110 70 -26 0 -73 -72 -73 -112 0 -23 10 -30 103 -68 56 -24 106 -46 110 -50 4 -4 -32 -22 -80 -40 -146 -54 -155 -66 -108 -147 19 -31 32 -43 49 -43 13 0 61 29 109 65 99 75 94 80 75 -72 -11 -90 -10 -97 7 -109 24 -18 106 -18 130 0 17 12 18 19 7 109 -19 152 -24 147 75 72 47 -36 96 -65 109 -65 16 0 30 13 48 44 47 81 39 92 -107 147 -48 18 -84 36 -80 39 5 4 54 26 111 50 92 38 102 45 102 68 0 41 -47 112 -74 112 -13 0 -59 -29 -109 -70 -100 -81 -95 -86 -75 77 11 90 10 97 -7 109 -10 8 -40 14 -65 14 -25 0 -55 -6 -65 -14z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 756 B

View File

@@ -4,7 +4,7 @@ description: A calendar component for selecting single dates, multiple dates or
links:
- label: Calendar
icon: i-custom-reka-ui
to: https://www.reka-ui.com/components/calendar.html
to: https://reka-ui.com/docs/components/calendar
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/nuxt/ui/tree/v3/src/runtime/components/Calendar.vue

View File

@@ -3,6 +3,7 @@ title: CommandPalette
description: A command palette with full-text search powered by Fuse.js for efficient fuzzy matching.
links:
- label: Fuse.js
icon: i-custom-fuse-js
to: https://fusejs.io/
target: _blank
- label: Combobox