feat: support grid render function
This commit is contained in:
parent
1dcd50ba9a
commit
7e4de64a0d
3 changed files with 109 additions and 1 deletions
6
alias.go
6
alias.go
|
|
@ -58,6 +58,12 @@ const (
|
|||
PositionBottom = "bottom"
|
||||
)
|
||||
|
||||
const (
|
||||
AlignLeft = "left"
|
||||
AlignRight = "right"
|
||||
AlignCenter = "center"
|
||||
)
|
||||
|
||||
const (
|
||||
OrientHorizontal = "horizontal"
|
||||
OrientVertical = "vertical"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue