Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.53 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.53 KB

Visual Studio Code Link

The vscode-link is a web component implementation of an anchor element.

Attributes

Attribute Type Description
download boolean Prompts the user to save the linked URL instead of navigating to it.
href string The URL that the hyperlink points to.
hreflang string Hints at the human language of the linked URL.
ping string See MDN.
referrerpolicy string See MDN.
rel string See MDN.
target string See MDN.
type string See MDN.

Usage

Basic Usage (With Href Attribute)

Interactive Storybook Example

<vscode-link href="#">Link Text</vscode-link>