Documentation ¶
Index ¶
- func DefaultLayout(props DefaultLayoutProps, children ...htmx.Node) htmx.Node
- func Layout(p LayoutProps, children ...htmx.Node) htmx.Node
- func MainMenu(p MainMenuProps, children ...htmx.Node) htmx.Node
- func Page(props PageProps, children ...htmx.Node) htmx.Node
- func ProfileMenu(p ProfileMenuProps, children ...htmx.Node) htmx.Node
- func SubNav(p SubNavProps, children ...htmx.Node) htmx.Node
- func SubNavActions(p SubNavActionsProps, children ...htmx.Node) htmx.Node
- func SubNavBreadcrumb(p SubNavBreadcrumbProps, children ...htmx.Node) htmx.Node
- func UserMenu(p UserMenuProps, children ...htmx.Node) htmx.Node
- func Wrap(p WrapProps, children ...htmx.Node) htmx.Node
- type DefaultLayoutProps
- type LayoutProps
- type MainMenuProps
- type PageProps
- type ProfileMenuProps
- type SubNavActionsProps
- type SubNavBreadcrumbProps
- type SubNavProps
- type UserMenuProps
- type WrapProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultLayout ¶ added in v0.1.48
func DefaultLayout(props DefaultLayoutProps, children ...htmx.Node) htmx.Node
DefaultLayout ...
func Layout ¶
func Layout(p LayoutProps, children ...htmx.Node) htmx.Node
Layout is a whole document to output.
func ProfileMenu ¶ added in v0.1.48
func ProfileMenu(p ProfileMenuProps, children ...htmx.Node) htmx.Node
ProfileMenu ...
func SubNavActions ¶
func SubNavActions(p SubNavActionsProps, children ...htmx.Node) htmx.Node
SubNavActions ...
func SubNavBreadcrumb ¶
func SubNavBreadcrumb(p SubNavBreadcrumbProps, children ...htmx.Node) htmx.Node
SubNavBreadcrumb ...
Types ¶
type DefaultLayoutProps ¶ added in v0.1.48
type DefaultLayoutProps struct { ClassNames htmx.ClassNames Path string Title string }
DefaultLayoutProps ...
type LayoutProps ¶
type LayoutProps struct { // Team is the teams to user adapters. Team adapters.GothTeam User adapters.GothUser Path string }
LayoutProps is the properties for the Layout component.
type MainMenuProps ¶
type MainMenuProps struct { ClassNames htmx.ClassNames Path string }
MainMenuProps ...
type ProfileMenuProps ¶ added in v0.1.48
type ProfileMenuProps struct {
ClassNames htmx.ClassNames
}
ProfileMenuProps ...
type UserMenuProps ¶
type UserMenuProps struct { ClassNames htmx.ClassNames Path string }
UserMenuProps ...
Source Files ¶
Click to show internal directories.
Click to hide internal directories.