uix

package module
v0.0.0-...-6565712 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2026 License: MIT Imports: 5 Imported by: 0

README

  • single variable font multiplier

  • single variable spacing multiplier

  • single variable color theme

  • form: input

  • form: select

  • table

  • form: radio

  • form: checkbox

  • form: text area

  • form: validation/errors

  • form: help text

  • make hamburger keyboard accessible

  • icon

  • auto complete

  • dialog: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

  • details/summary toggle

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Input

func Input(styles *cssm.Collector, attrs ...g.Node) g.Node

func PrimaryButton

func PrimaryButton(styles *cssm.Collector, children ...g.Node) g.Node

func Reset

func Reset(c *cssm.Collector) g.Node

func SVG

func SVG(fs embed.FS, name string) g.Node

func SecondaryButton

func SecondaryButton(styles *cssm.Collector, children ...g.Node) g.Node

func Select

func Select(styles *cssm.Collector, currentValue string, options []SelectOption) g.Node
func SiteNav(styles *cssm.Collector, logo g.Node, menuItems []g.Node) g.Node

func Spinner

func Spinner(c *cssm.Collector, props ...g.Node) g.Node

func SystemFont

func SystemFont(c *cssm.Collector) g.Node

func ToggleSwitch

func ToggleSwitch(styles *cssm.Collector, id string, active bool) g.Node

Types

type SelectOption

type SelectOption struct {
	Value string
	Label string
}

Directories

Path Synopsis
cmd
explore command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL