Please understand this website is built in react, the components are in react native. There may be slight differences!
Properties table
borderRadius?
number
Border radius of the input box
borderWidth?
number
Border width of the input box
disabled?
boolean
Disabled or not
fontSize?
fontSize
Font sizes
height?
number
Height of the input box
paddingHorizontal?
number
Horizontal padding
paddingVertical?
number
Vertical padding
variant?
variant
Variant of the input
width
number
Width of the input
Library data types
fontSize
xxs, xs, sm, md, lg, xl, 2xl, 3xl, 4xl, 5xl, 6xl
Built in font size derived from tailwind _~_ Can import by FontSize from './unistyles.ts'
Variants
primary, secondary, tertiary, success, warning, error, ghost
Colors will change according to theme(light, dark). Use when it is intended.