rat-text-test
Version:
text component
21 lines (14 loc) • 411 B
Markdown
# rat-text
## 组件介绍
文本组件
## demo
```
import Text from 'rat-text';
render(<Text style={{ padding: 30, }} tagType="h1">
</View>);
```
## api
参数 | 说明 | 类型 | 默认值 | 是否必填
----- | ----- | ------ | ------ |------ |
tagType | 可设置的标签类型['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'span'] | string | 'span' | 否 |
style | 样式 | object | | 否 |