feat: add Link shared component

Renders Next.js Link for internal routes, plain anchor with
target="_blank" rel="noopener noreferrer" when external prop is set.
This commit is contained in:
Ilia Mashkov
2026-05-18 20:45:17 +03:00
parent c9631f9905
commit b33b9f328c
5 changed files with 171 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ export type { CardBackground } from './Card';
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardSidebar, CardTitle } from './Card';
export { Input, Textarea } from './Input';
export { Link } from './Link';
export { RichText } from './RichText';
export type { ContainerSize, SectionBackground } from './Section';
export { Container, Section } from './Section';