Divider
Divider can visually separate content in a given text, list or group.
import { Divider } from "cherag-ui"'
Usage
Example 1
  <Divider w={400} color={COLORS.blue} thickness={2} />
Example 2
  <Divider w={400} color={COLORS.green} thickness={3} />
Example 3
  <Divider w={400} color={COLORS.red} thickness={5} />
Example 4
  <Divider w={400} color={COLORS.darkGray} thickness={10} />
Props
Avatar
Name
Type
Description
style
StyleProp<ViewStyle>
Style of Divider.
thickness
number
thickness of Divider.
color
string
Color of Divider.
w
number
Width of Divider.