Skip to content

Commit

Permalink
Update lib/kino/layout.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko authored Aug 5, 2024
1 parent 4a288c3 commit a6c71c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/kino/layout.ex
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ defmodule Kino.Layout do
## Options
* `:columns` - the number of columns in the grid. Optionally, supports a tuple of relative column widths, e.g:
{4,3,8}, for three columns, with the last twice as wide as the first. Defaults to `1`.
* `:columns` - the number of columns in the grid. Optionally, supports
a tuple of column width ratio, such as `{1, 2, 1}`, for three columns,
where the middle one is twice as wide as the others. Defaults to `1`
* `:boxed` - whether the grid should be wrapped in a bordered box.
Defaults to `false`
Expand Down

0 comments on commit a6c71c0

Please sign in to comment.