Skip to content

Commit da8407c

Browse files
Merge branch 'main' into renovate/all-dependencies
2 parents 6da7644 + cd6b967 commit da8407c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/routes/solid-router/reference/components

src/routes/solid-router/reference/components/a.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ description: >-
1212
A wraps a native anchor element for Solid Router navigation.
1313
---
1414

15+
:::note
16+
`A` will be deprecated in favor of the native `<a>` element.
17+
:::
18+
1519
`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.
1620

1721
## Import

0 commit comments

Comments
 (0)