Line
Usage
<Placeholder.Line
color="#ffff00"
width="77%"
textSize={14}
onReady={this.state.isReady}
>
<Text>Placeholder finished</Text>
</Placeholder.Line>
API
Props | Type | Default value | Description |
---|---|---|---|
textSize |
Number |
12 |
Text size of the line |
color |
String |
#efefef |
The color of the line |
width |
String |
100% |
The line width in percentage |