Divider
A divider is a thin line that groups content in lists and layouts.
Dividers separate content into clear groups.
๐ฌ Feedback
๐จ Material Design
Import
import { Divider } from "@react-native-material/core";
Coloring
Insets
Props
color
Type: string | undefined;
Optional: Yes
inset
Type: number | undefined;
Optional: Yes
leadingInset
Type: number | undefined;
Optional: Yes
trailingInset
Type: number | undefined;
Optional: Yes
style
Type: StyleProp<ViewStyle> | undefined;
Optional: Yes