📲
HC Mobile App UI Docs
  • Introduction
  • Foundations
    • Colors
    • Icons
    • Layout Primitives
    • Theming
  • Typography
    • Heading
    • Text
    • Custom Fonts
  • Components
    • Accordion
    • Avatar
    • Bottom Sheet
    • Button
    • Button Group
    • Card List
    • Card List Item
    • Checkbox
    • Chip
    • Date Picker
    • Divider
    • Expandable Card
    • Floater
    • Horizontal List
    • Icon
    • Icon Toggle
    • Link
    • List Header
    • Lower Prompt
    • Nestable List
    • Pill Toggle
    • Radio
    • Select Picker
    • Selectable List
    • Text Input
    • Tiles
  • Utilities
    • Device Utilities
    • Layout Utilities
  • Resources
    • Issues
    • Changelog
    • GitHub
Powered by GitBook
On this page
  1. Components

Link

PreviousIcon ToggleNextList Header

Last updated 3 years ago

CtrlK
  • Installation
  • Example
  • Props

Installation

import { Link, LinkProps } from 'hc-mobile-app-ui';

Example

Props

Name
Type
Description

label

string

Label for the link.

onPress

function

Function to be called when the link is pressed.

to

string

Path to be redirected to. It can be a URL or an in-app route.