Implement styling options for all the bar components (not menus) through options variables.
This commit is contained in:
@@ -11,6 +11,7 @@ const Clock = () => {
|
||||
label: date.bind(),
|
||||
}),
|
||||
isVisible: true,
|
||||
boxClass: "clock",
|
||||
props: {
|
||||
on_primary_click: (clicked, event) => {
|
||||
openMenu(clicked, event, "calendarmenu");
|
||||
|
||||
Reference in New Issue
Block a user