We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f3ebf commit fdb6399Copy full SHA for fdb6399
docs/.vitepress/theme/components/Todo.vue
@@ -4,8 +4,10 @@
4
<template>
5
<div>
6
<div class="mt-8 flex gap-2">
7
- <div class="i-mdi-information text-2xl mb-2 text-[color:var(--vp-c-brand)]"/>
8
- <div class="text-2xl">TODO</div>
+ <div class="pi-info-circle text-2xl mb-2 text-[color:var(--vp-c-brand)]" />
+ <div class="text-2xl">
9
+ TODO
10
+ </div>
11
</div>
12
<div class="">
13
<span>More Info to come ...</span>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sfxcode/formkit-primevue",
3
- "version": "1.6.9",
+ "version": "1.6.10",
"type": "module",
"license": "MIT",
"repository": "https://github.com/sfxcode/formkit-primevue",
0 commit comments