Skip to content

Commit

Permalink
docs: document the text property of a column (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbj42 authored and bcoe committed Dec 18, 2017
1 parent 7350e36 commit 3e3ff71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Create a row with any number of columns, a column
can either be a string, or an object with the following
options:

* **text:** some text to place in the column.
* **width:** the width of a column.
* **align:** alignment, `right` or `center`.
* **padding:** `[top, right, bottom, left]`.
Expand Down

0 comments on commit 3e3ff71

Please sign in to comment.