Document all tags and named sub-components

Closes #9
This commit is contained in:
2024-08-25 02:36:05 -04:00
parent a688e2dc24
commit 30d4e208b1
11 changed files with 80 additions and 5 deletions

View File

@@ -12,6 +12,9 @@ var iconButtonLayout = layouts.Row { true }
var bothButtonLayout = layouts.Row { false, true }
// Button is a clickable button.
//
// Tags:
// - [icon] The button has an icon.
type Button struct {
box tomo.ContainerBox