MCPcopy
hub / github.com/redwoodjs/graphql / SkipNavLinkProps

Interface SkipNavLinkProps

packages/router/src/skipNav.tsx:88–102  ·  view source on GitHub ↗

* @see Docs https://reach.tech/skip-nav#skipnavlink-props

Source from the content-addressed store, hash-verified

86 * @see Docs https://reach.tech/skip-nav#skipnavlink-props
87 */
88interface SkipNavLinkProps {
89 /**
90 * Allows you to change the text for your preferred phrase or localization.
91 *
92 * @see Docs https://reach.tech/skip-nav#skipnavlink-children
93 */
94 children?: React.ReactNode
95 /**
96 * An alternative ID for `SkipNavContent`. If used, the same value must be
97 * provided to the `id` prop in `SkipNavContent`.
98 *
99 * @see Docs https://reach.tech/skip-nav#skipnavlink-contentid
100 */
101 contentId?: string
102}
103
104SkipNavLink.displayName = 'SkipNavLink'
105

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected