Helper
Depreciated. Use Alert.
The <Helper/>
component is a simple way to highlight additional information to the user with text and/or a link.
Preview

Code
<Helper
text='Need help? Refer to the database docs'
url='https://docs.usegravity.app/gravity-server/installation/database-setup'
/>
Props
Prop
Description
Required
Value
text
text label
required
string
url
link to more information
optional
string
Last updated
Was this helpful?