TheFans - UI Elements
Edit page
Introduction
Getting Started
Theming
Components
AvatarBottomSheetItemBoxButtonPropertiesBasic usageTitleWith different typesWith different sizesEnable / DisabledLoadingCardDetailsItemFlagHeaderIconInfoBoxListItemListItemPlaceholderMenuBoxPostPostCommentPostCommentPlaceholderPostPlaceholderSocialButtonTextUserAvatar
Fields

Button

Properties

title
string | undefined
type
"solid" | "clear" | "outline" | undefined
solid
size
"small" | "medium" | "large" | undefined
large
icon
ReactNode
Touchable
ReactNode
Platform.select({ android: TouchableNativeFeedback, default: TouchableOpacity, })
onPress
(() => void) | undefined
() => console.info('Please attach a method to this component')
loading
boolean | undefined
rounded
boolean | undefined
disabled
boolean | undefined
buttonStyle
object | undefined
{}
containerStyle
object | undefined
{}
titleStyle
object | undefined
{}
loadingStyle
object | undefined
activityIndicatorColor
string | undefined

Basic usage

Title

Click me

With different types

With different sizes

Enable / Disabled

Loading