Divider
Simple divider component.
Import
import { Divider } from "react-native-ficus-ui";
Usage
Horizontal
EDITABLE EXAMPLE
Vertical
EDITABLE EXAMPLE
Custom color
EDITABLE EXAMPLE
Custom size
EDITABLE EXAMPLE
Props
Extends all Box
props, except colorScheme properties.
orientation
The orientation of the divider, can be horizontal or vertical.
Type | Required | Default |
---|---|---|
enum('vertical', 'horizontal') | No |