Documentation
¶
Overview ¶
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
templ: version: v0.3.857
Index ¶
- func Accordian(args AccordianArgs) templ.Component
- func Button(args ButtonArgs) templ.Component
- func Navbar(n NavbarArgs) templ.Component
- func Notification(args NotificationArgs) templ.Component
- type AccordianArgs
- type AccordianRow
- type ButtonArgs
- type NavbarArgs
- type NavbarBreak
- type NavbarDropdown
- type NavbarItem
- type NavbarLink
- type NotificationArgs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Accordian ¶
func Accordian(args AccordianArgs) templ.Component
func Button ¶
func Button(args ButtonArgs) templ.Component
func Navbar ¶
func Navbar(n NavbarArgs) templ.Component
func Notification ¶
func Notification(args NotificationArgs) templ.Component
Types ¶
type AccordianArgs ¶
type AccordianArgs struct {
Name string
Class string
Rows []AccordianRow
}
type AccordianRow ¶
type ButtonArgs ¶
type NavbarArgs ¶
type NavbarArgs struct {
}
type NavbarBreak ¶
type NavbarBreak struct{}
func (NavbarBreak) Display ¶
func (n NavbarBreak) Display() templ.Component
type NavbarDropdown ¶
type NavbarDropdown struct {
}
func (NavbarDropdown) Display ¶
func (n NavbarDropdown) Display() templ.Component
type NavbarItem ¶
type NavbarItem interface {
}
type NavbarLink ¶
type NavbarLink struct {
}
func (NavbarLink) Display ¶
func (n NavbarLink) Display() templ.Component
type NotificationArgs ¶
type NotificationArgs struct {
Class string
Palette style.PaletteClass
Content templ.Component
}
Click to show internal directories.
Click to hide internal directories.