Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseModel ¶
func NewBaseModel ¶
func NewBaseModel() *BaseModel
type BoxModel ¶ added in v1.2.0
type BoxModel struct {
*BaseModel
// header title
HTitle string
// footer title
FTitle string
BorderNormalColor lipgloss.Color
BorderActiveColor lipgloss.Color
}
基础容器模型
func NewBoxModel ¶ added in v1.2.0
func NewBoxModel() *BoxModel
func (*BoxModel) GetBoxStyle ¶ added in v1.2.0
type IBaseModel ¶
Click to show internal directories.
Click to hide internal directories.