Skip to content
Docs
Components
Badge

Badge

Component to highlight an item's status for quick recognition.

Import

import { Badge } from 'react-native-ficus-ui';

Usage

Props

Extends every Box and Text props.

colorScheme

The colorScheme property, will define background color and text color.

TypeRequiredDefault
stringYesgray

variant

The variant of the Badge.

TypeRequiredDefault
"solid""subtle""outline"