Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.59 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.59 KB

Vertical Writing

Vertical Writing is a bare bones multi-column layout library to solve layout problem when using CSS Writing Modes. It's library agnostic and 100% open source.

What is the problem?

When you combine writing-mode for vertical writing and multi-column layouts together, the height of the contents will be the first collumn of height.

Therefore, if you put some contents after this, they will be overlapped with the multi-column layouts contents.

This library solves this problem by adding padding/margin-bottom to fill out the gap between the multi-column layouts contents and after contents.

vertical-writing

Packages

Each package is 100% TypeScript.

Examples

React Example

Vue Example