Helper

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

PropDescriptionRequiredValue

text

text label

required

string

url

link to more information

optional

string

Last updated