Answers for "strikethrough text react js functional component"

2

strikethrough react css

<Text style={{textDecorationLine: 'line-through', textDecorationStyle: 'solid'}}>
  Solid line-through
</Text>
Posted by: Guest on July-05-2020

Code answers related to "strikethrough text react js functional component"

Code answers related to "Javascript"

Browse Popular Code Answers by Language