GitHub

Link

The Link component creates navigation links.

Preview

API Reference

proptypedefaultdescription
packagetyping.Literal['flect']flectNone
class_nametyping.Optional[str]NoneSpecifies the Tailwind CSS classes for the component.
childrenflect.components.AnyComponents[]The children of the component.
href<class 'str'>NoneSpecifies the URL for the link.
underlinetyping.Literal['none', 'hover', 'always']hoverDetermines the link's underline style.
targettyping.Literal['_self', '_blank']_selfSpecifies the target for the link.