Documentation
¶
Index ¶
- func New(children []widget.BaseWidget, opts ...Option) widget.BaseWidget
- type Option
- func AlignItems(alignItems options.AxisAlignmentType) Option
- func AlignSelf(alignSelf options.AxisSizeType) Option
- func Alt(alt string) Option
- func BackgroundColor(color string) Option
- func BorderColor(color string) Option
- func BorderRadius(borderRadius int) Option
- func BorderStyle(style options.BorderStyleType) Option
- func BorderWidth(top int, right int, bottom int, left int) Option
- func BoxShadow(shadow string) Option
- func Class(class string) Option
- func ColumnCount(opts ...breakpoint.BreakpointOptions[int]) Option
- func ColumnGap(columnGap int) Option
- func D(data string) Option
- func Display(display options.DisplayType) Option
- func Fill(fill string) Option
- func Flex(flex int) Option
- func FlexDirection(flexDirection options.FlexDirectionType) Option
- func FlexWrap(flexWrap options.FlexWrapType) Option
- func FontColor(color string) Option
- func FontFamily(fontFamily string) Option
- func FontSize(fontSize int) Option
- func FontWeight(fontWeight string) Option
- func Height(opts ...breakpoint.BreakpointOptions[int]) Option
- func Href(href string) Option
- func ID(id string) Option
- func JustifyContent(justifyContent options.AxisAlignmentType) Option
- func LineHeight(lineHeight float64) Option
- func Margin(opts ...breakpoint.BreakpointOptions[spacing.Spacing]) Option
- func MaxWidth(opts ...breakpoint.BreakpointOptions[int]) Option
- func NewTab(newTab bool) Option
- func OnClick(handler options.OnClickHandler) Option
- func Overflow(overflow options.OverflowType) Option
- func Padding(opts ...breakpoint.BreakpointOptions[spacing.Spacing]) Option
- func RowGap(rowGap int) Option
- func Tooltip(tooltip string) Option
- func Transition(transition float64) Option
- func UserSelect(userSelect options.UserSelectType) Option
- func Visible(opts ...breakpoint.BreakpointOptions[bool]) Option
- func Width(opts ...breakpoint.BreakpointOptions[int]) Option
- func WidthP(opts ...breakpoint.BreakpointOptions[float64]) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(children []widget.BaseWidget, opts ...Option) widget.BaseWidget
Types ¶
type Option ¶
type Option options.OptionWrapper
func AlignItems ¶
func AlignItems(alignItems options.AxisAlignmentType) Option
func AlignSelf ¶
func AlignSelf(alignSelf options.AxisSizeType) Option
func BackgroundColor ¶
func BorderColor ¶
func BorderRadius ¶
func BorderStyle ¶
func BorderStyle(style options.BorderStyleType) Option
func ColumnCount ¶
func ColumnCount(opts ...breakpoint.BreakpointOptions[int]) Option
func Display ¶
func Display(display options.DisplayType) Option
func FlexDirection ¶
func FlexDirection(flexDirection options.FlexDirectionType) Option
func FlexWrap ¶
func FlexWrap(flexWrap options.FlexWrapType) Option
func FontFamily ¶
func FontWeight ¶
func Height ¶
func Height(opts ...breakpoint.BreakpointOptions[int]) Option
func JustifyContent ¶
func JustifyContent(justifyContent options.AxisAlignmentType) Option
func LineHeight ¶
func Margin ¶
func Margin(opts ...breakpoint.BreakpointOptions[spacing.Spacing]) Option
func MaxWidth ¶
func MaxWidth(opts ...breakpoint.BreakpointOptions[int]) Option
func OnClick ¶
func OnClick(handler options.OnClickHandler) Option
func Overflow ¶
func Overflow(overflow options.OverflowType) Option
func Padding ¶
func Padding(opts ...breakpoint.BreakpointOptions[spacing.Spacing]) Option
func Transition ¶
func UserSelect ¶
func UserSelect(userSelect options.UserSelectType) Option
func Visible ¶
func Visible(opts ...breakpoint.BreakpointOptions[bool]) Option
func Width ¶
func Width(opts ...breakpoint.BreakpointOptions[int]) Option
func WidthP ¶
func WidthP(opts ...breakpoint.BreakpointOptions[float64]) Option
Click to show internal directories.
Click to hide internal directories.