Saltar al contenido principal

Divider

Separador fino, horizontal o vertical, con etiqueta centrada opcional.

Uso

import {Divider} from 'rn-inkpad';

<Divider />
<Divider text="OR" />
<Divider orientation="vertical" spacing={16} />
<Divider color="#DB504A" thickness={3} />

Props

NombreTipoPor defectoDescripción
orientation'horizontal' | 'vertical'horizontalDirection.
colorstringtheme borderLine color.
thicknessnumberhairlineLine thickness.
textstringCentered label (horizontal only).
textStyleStyleProp<TextStyle>Label style.
spacingnumber8Margin around the divider.
styleStyleProp<ViewStyle>Container style.