1.0.4 • Published 2 years ago

react-native-highlight-underline-text v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

React Native Highlight Underline Text

  • 텍스트 밑줄 그려주는 컴포넌트
  • 여러줄 가능

Installation

npm install react-native-highlight-underline-text
yarn add react-native-highlight-underline-text

Example

Example

<Text>Example Text</Text>
<HighlightText ratio={0.3} text="ratio" />
<HighlightText
  isFixed
  underlineSize={10}
  underlineColor="#e3f42d"
  textStyle={{ fontSize: 14, color: '#7d66fe' }}
  text="isFixed + underlineSize + textStyle"
/>

Usage

import HighlightText from 'react-native-highlight-underline-text';

<HighlightText text="Hightlight Underline Text">

<HighlightText
  isFixed={false}
  underlineSize={0}
  bottom={4}
  ratio={0.3}
  underlineColor='#ec2'
  textStyle={{
    color: '#333333',
    fontSize: 30,
  }}
  text="Custom Highlight Underline Text"
/>

Props

PropertyTypeDescription
isFixedBoolean텍스트 크기에 영향받지 않는 밑줄 사이즈 고정 여부
underlineSizeNumberisFixed=true 일때 밑줄 사이즈
bottomNumber밑줄이 시작되는 텍스트 영역
ratioNumberisFixed=false 일때 텍스트 크기에 대한 밑줄이 차지하는 비율
underlineColorString밑줄 색상
textStyleStyleProp텍스트 스타일