| Commit message (Collapse) | Author | Age | Lines |
|
|
| |
According to the section at https://developer.mozilla.org/en-US/docs/Web/HTML/Element
|
| |
|
| |
|
|
|
|
|
| |
When implemented, the `Place` method of the `Placer` interface tells `Render` in `El` where to put a Node. This is relevant for helpers that want to be rendered like attributes, inside the parent element.
Fixes the bug where `attr.Classes` was rendered outside the element.
|
|
|
| |
This makes the usage syntax prettier. Instead of `attr.Classes(map[string]bool{})`, we can just use `attr.Classes{}`.
|
|
|