Mercurial > libervia-templates
view sat_templates/templates/bulma/_browser/__init__.py @ 306:206a98e3d06b
bulma (input/field): add `control_class` and `in_group` to `text` macro
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 27 Feb 2021 20:50:52 +0100 |
parents | 0e69b5843c2f |
children |
line wrap: on
line source
from browser import bind, document @bind("#main_menu_burger", "click") def burger_click(ev): document["main_menu"].classList.toggle('is-active') document["main_menu_burger"].classList.toggle('is-active')