Skip to content

Commit

Permalink
Update packages/web-components/fast-foundation/src/anchor/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Chu <[email protected]>
  • Loading branch information
chrisdholt and janechu authored Aug 5, 2020
1 parent 1a06ab5 commit 0d0ca74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-components/fast-foundation/src/anchor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: anchor
custom_edit_url: https://github.com/microsoft/fast/edit/master/packages/web-components/fast-foundation/src/anchor/README.md
---

`fast-anchor` is a web component implementation of an [HTML anchor element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a). The `fast-components anchor supports the same visual appearances as the button component (accent, lightweight, neutral, outline, stealth) as well as a hypertext appearance for use inline with text.
`fast-anchor` is a web component implementation of an [HTML anchor element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a). The `fast-components` anchor supports the same visual appearances as the button component (accent, lightweight, neutral, outline, stealth) as well as a hypertext appearance for use inline with text.

## Usage

Expand Down Expand Up @@ -35,4 +35,4 @@ export class FASTAnchor extends Anchor {}

:::note
This component is built with the expectation that focus is delegated to the anchor element rendered into the shadow DOM.
:::
:::

0 comments on commit 0d0ca74

Please sign in to comment.