Reflex Logo

Intro

Gallery

Hosting

Learn

Components

Recipes

API Reference

Onboarding

Library

/

Chakra

/

Navigation

/

Linkoverlay

Link overlay provides a semantic way to wrap elements (cards, blog post, articles, etc.) in a link.

rx.chakra.link_overlay(
    rx.chakra.box(
        "Example", bg="black", color="white", font_size=30
    ),
)

Wraps child component in a link.

PropTypeDefault ValueValues
is_external
bool
href
str

Event Triggers

See the full list of default event triggers

Did you find this useful?

HomeGalleryChangelogIntroductionHosting