Gravity
Search…
Gravity
Welcome to Gravity
Getting Started
Stack
Updates
Changelog
Gravity Server
Introduction
Installation
Application Structure
REST API
Authentication
Config
Environment Variables
Database Queries
Handling Errors
Logging
Push Notifications
Email Notifications
User Feedback
Permissions (Roles)
File Uploads
Payments
Free Accounts
CLI Toolbelt
Testing
Gravity Web
Introduction
Tailwind & SCSS
Routing
Events
Authentication
Hooks
Views
Handling Errors
Deployment
Components
Animate
Article
Badge
Button
Card
Chart
Feature List
Feedback
Form
Grid
Header
Hero
Icon
Image
Layout
Link
List
Loader
Logo
Message
Modal
Nav
Notification
Onboarding
Pricing
Progress
Search
Social
Stat
Table
Tabs
Testimonial
Gravity Native
Introduction
Prerequisites
Installation
App Context
Authentication
Magic Links
Handling Errors
Navigation
Config
Events
Views
Components
Push Notifications
Payments
Building Your App
Mission Control
Introduction
Installation
User Management
Feedback
Events
Logs
Powered By
GitBook
Link
The
<Link>
component create a link to a
<Route>
within your application. Always use
<Link>
instead of an HTML
<a>
tag to avoid reloading the page.
Props
prop
description
value
url
destination
string
title
link title
(optional)
string
text
link text
string
btn
display link as a button
true or false
small
display a small button
true or false
className
custom CSS class
(optional)
CSS object
1
<
Link url
=
'/account'
title
=
'Manage your billing'
text
=
'Billing'
/>
Copied!
​
Previous
Layout
Next
List
Last modified
1yr ago
Copy link
Contents
Props