@atlaskit/link
Version:
A link takes people to a new location in the app or another website.
35 lines (34 loc) • 1.01 kB
JSON
[
{
"name": "Link",
"package": "@atlaskit/link",
"import": {
"name": "Link",
"package": "@atlaskit/link",
"type": "default"
},
"keywords": ["link", "navigation", "href", "anchor", "url"],
"categories": ["navigation"],
"shortDescription": "A component for navigation links.",
"status": "general-availability",
"accessibilityGuidelines": [
"Provide clear link text that describes the destination",
"Use appropriate ARIA attributes for links",
"Ensure keyboard navigation support",
"Provide clear visual indicators for link state"
],
"usageGuidelines": [
"Use for navigation to other pages or sections",
"Provide clear link text",
"Consider link behavior and target attributes",
"Use appropriate link styling"
],
"contentGuidelines": [
"Use clear, descriptive link text",
"Maintain consistent link styling",
"Consider link context and destination",
"Avoid generic text like 'click here'"
],
"examples": ["./examples/ai/link.tsx"]
}
]