taro-html-view
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

Taro HTML View

支持将简单的html富文本渲染为Taro组件,支持小程序、H5、ReactNative

安装

yarn add taro-html-view

使用

import { HtmlView } from 'taro-html-view'

<HtmlView html='<p>文本内容</p>' />

属性

属性 类型 说明
html string 用于渲染的HTML
previewImage boolean 开启图片预览功能
onLinkClick function 点击链接时回调,参数为 href 指向的地址
style CSSProperties 用于组件最外层的样式
className string class

说明

  • 支持小程序、H5、ReactNative
  • 只支持在Taro3上使用
  • 支持在小程序上渲染视频
  • 此组件的目的是渲染后台编辑器生成的内容,复杂或者ReactNative不支持的样式将不会被渲染

已知问题

  • rn不支持 line-height: 1.5; 这样的倍数行距
  • 对em的单位转换不完善
  • rn不支持 text-indent 首行缩进

Readme

Keywords

none

Package Sidebar

Install

npm i taro-html-view

Weekly Downloads

2

Version

1.0.9

License

MIT

Unpacked Size

29.1 kB

Total Files

11

Last publish

Collaborators

  • shaogong