Link
Renders an link associated with anchor tag.
Installation
CLI
Add component to your project.
npx @perceptui/cli@latest add link
Import from @perceptui/ui
Note: If you have installed @perceptui/ui
package, then import Link
from @perceptui/ui
.
import { Link } from "@perceptui/ui";
API References
Prop | Type | Description | Default |
---|---|---|---|
className | string | className | _ |
href | string | href | _ |