Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/routes/solid-router/reference/components/a.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ description: >-
A wraps a native anchor element for Solid Router navigation.
---

:::note
`A` will be deprecated in favor of the native `<a>` element.
:::

Comment thread
brenelz marked this conversation as resolved.
`A` wraps the native [`<a>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) element with Solid Router path resolution, active-state classes, and the router `link` marker used by delegated navigation handling.

## Import
Expand Down
Loading