Skip to content

Instantly share code, notes, and snippets.

@Lxxyx
Last active August 13, 2017 03:36
Show Gist options
  • Save Lxxyx/07d038b5e507ca593af5f14bd5a95e89 to your computer and use it in GitHub Desktop.
Save Lxxyx/07d038b5e507ca593af5f14bd5a95e89 to your computer and use it in GitHub Desktop.
text readme
title badge name type prev next
Text 文本显示
Text
BaseComponent
View

Text 文本显示

Text 用于显示文本,在 web 中实际上是一个 span 标签而非 p 标签。

Text 标签不支持嵌套,默认展现样式会占满一行。

安装

$ npm install rax-text --save

引用

import Text from 'rax-text';

属性

名称 类型 默认值 描述
onPress Function 点击事件

Demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment