Version: 1.x.x

FAB

A basic button component that should render nicely on any platform. Supports a minimal level of customization.

import { FAB } from 'react-native-noxi';
<FAB icon="edit" position="bottom-right" visible={visible} />

Example#


Reference#

Properties#

backgroundColorOverlay#

• Optional backgroundColorOverlay: undefined | string


children#

• Optional children: ReactNode


duration#

• Optional duration: undefined | string


header#

• Optional header: ReactNode


message#

• Optional message: undefined | string


show#

• Optional show: undefined | false | true


theme#

• theme: [Theme]


title#

• Optional title: undefined | string