-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
338 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
--- | ||
|
||
<a href="/docs/components/sonner" class="group mb-2 inline-flex items-center px-0.5 text-sm font-medium"> | ||
<span class="underline-offset-4 group-hover:underline"> New sonner component </span> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
stroke="currentColor" | ||
stroke-width="2" | ||
stroke-linecap="round" | ||
stroke-linejoin="round" | ||
class="lucide lucide-arrow-right ml-1 h-4 w-4" | ||
> | ||
<path d="M5 12h14"></path> | ||
<path d="m12 5 7 7-7 7"></path> | ||
</svg> | ||
</a> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
docs/src/components/MobileNavbar.astro → docs/src/components/MobileNav.astro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
import { siteConfig } from '@/config/site' | ||
--- | ||
|
||
<footer class="border-t border-border/40 py-6 dark:border-border md:px-8 md:py-0"> | ||
<div class="container flex flex-col items-center justify-between gap-4 md:h-24 md:flex-row"> | ||
<p class="text-balance text-center text-sm leading-loose text-muted-foreground md:text-left"> | ||
Built & designed by{' '} | ||
<a | ||
href={siteConfig.links.shadcn.twitter} | ||
target="_blank" | ||
rel="noreferrer" | ||
class="font-medium underline underline-offset-4" | ||
> | ||
shadcn | ||
</a>. Ported to Angular by{' '} | ||
<a | ||
href={siteConfig.links.twitter} | ||
target="_blank" | ||
rel="noreferrer" | ||
class="font-medium underline underline-offset-4" | ||
> | ||
Adrián UB | ||
</a>. The source code is available on{' '} | ||
<a | ||
href={siteConfig.links.github} | ||
target="_blank" | ||
rel="noreferrer" | ||
class="font-medium underline underline-offset-4" | ||
> | ||
GitHub. | ||
</a> | ||
</p> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.