Skip to main content

Text Decoration Lines

Apply underlines, overlines, or strikethroughs.

Import​

src/screens/Component.js
import { decoration } from "nativeflowcss";

Properties​

ObjectNative propertiesText Lines
decoration.underline{ textDecorationLine: 'underline' }Aa
decoration.line_through{ textDecorationLine: 'line-through' }Aa
decoration.underline_line_through{ textDecorationLine: 'underline line-through' }Aa
decoration.none{ textDecorationLine: 'none' }Aa