LinkButton
LinkButtons are buttons that are normally used to open a new screen.
Import
import { LinkButton } from '@nomada-sh/react-native-eyecandy';
Example
Props
ButtonBase Props
Inherits ButtonBase Props
icon
Type |
---|
Icon |
children
Text to display on the button.
Type |
---|
string |
showChevronRight
If true
, renders a chevron right icon on the right side of the button.
Type | Default |
---|---|
boolean | true |
bold
If true
, the text will be bold.
Type | Default |
---|---|
boolean | false |
focused
If true
, the button will have a border color equal to the primary color.
Type | Default |
---|---|
boolean | false |