Documentation
¶
Index ¶
- Constants
- func AdditionalNodes(nodes []Node, additional ...Node) []Node
- func Card(children ...Node) Node
- func DropDown(button Node, panelEls ...Node) Node
- func PrefixStyledInput(p PrefixStyledInputProps) Node
- func StyledForm(p StyledFormProps, method string, children ...Node) Node
- func StyledFormSection(children ...Node) Node
- func StyledFormSectionDescription(t string) Node
- func StyledFormSectionH2(t string) Node
- func StyledInput(p StyledInputProps) Node
- type PrefixStyledInputProps
- type StyledFormProps
- type StyledInputProps
Constants ¶
View Source
const FrostedBg = "backdrop-blur-lg bg-white/10 shadow-lg ring-1 ring-black/5"
Variables ¶
This section is empty.
Functions ¶
func AdditionalNodes ¶
func AdditionalNodes(nodes []Node, additional ...Node) []Node
func PrefixStyledInput ¶
func PrefixStyledInput(p PrefixStyledInputProps) Node
func StyledForm ¶
func StyledForm(p StyledFormProps, method string, children ...Node) Node
func StyledFormSection ¶
func StyledFormSection(children ...Node) Node
func StyledFormSectionDescription ¶
func StyledFormSectionDescription(t string) Node
func StyledFormSectionH2 ¶
func StyledFormSectionH2(t string) Node
func StyledInput ¶
func StyledInput(p StyledInputProps) Node
Types ¶
type PrefixStyledInputProps ¶
type StyledFormProps ¶
type StyledFormProps struct { Action string CancelButton []Node SubmitButton []Node }
Click to show internal directories.
Click to hide internal directories.