Documentation
¶
Index ¶
- type Component
- func (c *Component) Breadcrumbs(children ...Node) Node
- func (c *Component) CheckBox(label, name, id string, value bool) Node
- func (c *Component) CurrencyOptions(selected string) Node
- func (c *Component) Input(label, name, value string, classes Classes, message *string, children ...Node) Node
- func (c *Component) Modal() Node
- func (c *Component) ModalBody(children ...Node) Node
- func (c *Component) Money(sum float64) string
- func (c *Component) No() Node
- func (c *Component) Submit(id int) Node
- func (c *Component) Summary(sum float64) Node
- func (c *Component) Template(children ...Node) Node
- func (c *Component) Text(el any) Node
- func (c *Component) Yes() Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct{}
func (*Component) Breadcrumbs ¶
func (c *Component) Breadcrumbs(children ...Node) Node
func (*Component) CurrencyOptions ¶
Click to show internal directories.
Click to hide internal directories.