-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Allow for resizable tables
table left top right bottom 2dArray
pass a 2dArray into the table and it will draw the text, automatically resize to try to fit the lines and store its state for the positions of the splits
a single item in the 2d array might look like
{
type: "text"
data: "hello world"
onclick: () -> ()
}possible types
- icon
- text
Metadata
Metadata
Assignees
Labels
No labels