Files
estel_docs/content/docs/1.简单文档/5.components/read-more.md
estel be69a51bb2
Some checks failed
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
改回项目内获取md文档
2025-08-08 12:15:35 +08:00

1.0 KiB

title, icon, badges
title icon badges
Read More lucide:bookmark
value to target
undocs https://undocs.pages.dev/guide/components#read-more _blank
value icon to target
Source lucide:code https://github.com/ZTL-UwU/shadcn-docs-nuxt/blob/main/components/content/ReadMore.vue _blank

Usage

::stack ::div{class="p-4"} :read-more{to="/getting-started/writing/markdown"} :read-more{title="Nuxt website" to="https://nuxt.com/"} :read-more{to="https://nuxt.com/"} :read-more{icon="lucide:link" to="https://nuxt.com/"} ::

:read-more{to="/getting-started/writing/markdown"}
:read-more{title="Nuxt website" to="https://nuxt.com/"}
:read-more{to="https://nuxt.com/"}
:read-more{icon="lucide:link" to="https://nuxt.com/"}

::

Props

::field-group :field{name="title" type="string"}[Read More title] :field{name="icon" type="string"}[Read More icon] :field{name="to" type="string"}[Link URL] :field{name="target" type="Target"}[A target attribute value to apply on the link] ::