feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
@@ -8,6 +8,7 @@ import type { LinkProps } from "./link"
|
||||
|
||||
export default function Link({
|
||||
className,
|
||||
color,
|
||||
href,
|
||||
partialMatch = false,
|
||||
size,
|
||||
@@ -23,6 +24,7 @@ export default function Link({
|
||||
const classNames = linkVariants({
|
||||
active: isActive,
|
||||
className,
|
||||
color,
|
||||
size,
|
||||
variant,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user