-
Hi I'm using React and I try to draw a line between two paragraphs. paragraph 1 .... //draw a line or add a line here paragraph 2 ... This is how I implement it. It will give me a line between 2 paragraph, and it look good if you view it on computer or Google Docs. However, it will display as a small empty table if you view it on mobile. I wonder, if there is anyway to insert or draw a single line and color it? I also tried something like this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This demo will have what you need: https://github.com/dolanmiu/docx/blob/master/demo/26-paragraph-borders.ts |
Beta Was this translation helpful? Give feedback.
This demo will have what you need:
https://github.com/dolanmiu/docx/blob/master/demo/26-paragraph-borders.ts