Overview

Timber Documentation & UI Toolkit

Timber, and the Timber Documentation, is a work-in-progress.

Timber is a more generalized variation of what I, personally, to quickly get a new web app up and running. It's objective is to be flexible, easily customized, and extendable on a per project basis.

This documentation/UI kit includes working example and code snippets to help get you started.

Grid

Basic Grid

1/2
1/2
1/3
1/3
1/3
1/4
1/4
1/4
1/4
.grid {
    display: flex;
}

.grid-cell {
    flex: 1;
}