Breadcrumb && Link added new Components
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
import ComponentLayout from "../layouts/ComponentLayout.astro";
|
||||
import Link from "../components/Link.astro";
|
||||
---
|
||||
|
||||
<ComponentLayout>
|
||||
<div class="wr:p-4">
|
||||
<Link
|
||||
variant="solid"
|
||||
icon="lets-icons:check-ring-duotone-line"
|
||||
color="primary"
|
||||
size="md"
|
||||
href="/icons"
|
||||
>
|
||||
Submit
|
||||
</Link>
|
||||
</div>
|
||||
</ComponentLayout>
|
||||
Reference in New Issue
Block a user