Skip to content

Commit cd6b967

Browse files
brenelzkodiakhq[bot]amirhhashemi
authored
docs: note future A component deprecation (#1620)
* docs: note future A component deprecation * Update src/routes/solid-router/reference/components/a.mdx Co-authored-by: Amir Hossein Hashemi <87268103+amirhhashemi@users.noreply.github.com> * Update src/routes/solid-router/reference/components/a.mdx Co-authored-by: Amir Hossein Hashemi <87268103+amirhhashemi@users.noreply.github.com> --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Amir Hossein Hashemi <87268103+amirhhashemi@users.noreply.github.com>
1 parent fbf178f commit cd6b967

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)