react-native-bias-cell

一个带有斜线的react native单元格组件

Usage no npm install needed!

<script type="module">
  import reactNativeBiasCell from 'https://cdn.skypack.dev/react-native-bias-cell';
</script>

README

react-native-bias-cell

快速接入

  1. 下载
$ yarn add react-native-bias-cell
  1. 引入
...
import BiasCell from 'react-native-bias-cell'
...
<BiasCell
  height={45}
  width={window.width / 3}
  leftText="日期"
  rightText="星期"
  biasColor="#d3d3d3"
  fontColor="#4a4a4a"
/>
...
  1. 预览

参考