UNPKG

@deboxsoft/react-native-elements

Version:
30 lines (19 loc) 523 B
--- id: divider title: Divider --- Dividers are visual separators of content. Use Divider when you want to make a distinction between sections of content. ```js import { Divider } from 'react-native-elements'; <Divider style={{ backgroundColor: 'blue' }} />; ``` ### Props * [`style`](#style) --- # Reference ### `style` Style of the divider | Type | Default | | :----------: | :-----------------------------------: | | style object | {height: 1, backgroundColor: #e1e8ee} |