LEDs allow text on the left side

This commit is contained in:
2024-11-26 10:53:45 -06:00
committed by Celtic Minstrel
parent 121f54fbe2
commit c35ba7cc62
4 changed files with 34 additions and 10 deletions

View File

@@ -152,6 +152,7 @@ Attributes** above.
* `state` - Specifies the starting state of the LED. Can be one of
`red`, `green`, or `off`; defaults to `off`.
* `font`, `size`, `color`, `colour` - See **Common Attributes** above. Note that, for an LED, omitting the size attribute gives a different result than any of the possible values.
* `text-side` - defaults to `right`, `left` switches the horizontal order of the LED and its text
The `<group>` tag
-----------------