Divider
Divider renders a thin separator line styled with theme border colors.
Usage
import { Divider, Box, Text } from '@masumdev/rn-ui';
export function DividerExample() { return ( <Box gap="md"> <Text>Section 1</Text> <Divider /> <Text>Section 2</Text> </Box> );}Props API
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Divider line orientation. |
color | string | — | Override border color. |