Skip to main content

Text Decoration Style

Apply underlines, overlines, or strikethroughs.

Import​

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

Properties​

ClassesNative PropsPattern Box
decoration.solid{ textDecorationStyle: "solid" }

solid

decoration.dotted{ textDecorationStyle: "dotted" }

dotted

decoration.dashed{ textDecorationStyle: "dashed" }

dashed

decoration.double{ textDecorationStyle: "double" }

double