Documentation
¶
Index ¶
- func ButtonPrimary(children ...Node) Node
- func ErrorPage(page PageFunc) Node
- func FavIcons(name, themeColor string) Node
- func LabelAndInput(name string, children ...Node) Node
- func LoginCheckEmailPage(page PageFunc) Node
- func LoginPage(page PageFunc, email model.Email) Node
- func LoginSubmitTokenPage(page PageFunc, token string) Node
- func LoginTokenExpiredPage(page PageFunc) Node
- func LoginUserInactivePage(page PageFunc) Node
- func NotFoundPage(page PageFunc) Node
- func SignupPage(page PageFunc, newUser model.User) Node
- func SignupThanksPage(page PageFunc) Node
- type PageFunc
- type PageProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ButtonPrimary ¶
func ButtonPrimary(children ...Node) Node
func LabelAndInput ¶
func LabelAndInput(name string, children ...Node) Node
func LoginCheckEmailPage ¶
func LoginCheckEmailPage(page PageFunc) Node
func LoginSubmitTokenPage ¶
func LoginTokenExpiredPage ¶
func LoginTokenExpiredPage(page PageFunc) Node
func LoginUserInactivePage ¶
func LoginUserInactivePage(page PageFunc) Node
func NotFoundPage ¶
func NotFoundPage(page PageFunc) Node
func SignupPage ¶
func SignupThanksPage ¶
func SignupThanksPage(page PageFunc) Node
Types ¶
Click to show internal directories.
Click to hide internal directories.