Skip to content

dowdiness/vertical-writing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

vertical-writing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published