enhancement: toolbar now has accordion/collapsible

This commit is contained in:
paul
2024-09-24 23:27:52 +05:30
parent 00277205f5
commit 492115bb4c
4 changed files with 142 additions and 95 deletions

View File

@@ -28,6 +28,7 @@ export class CheckBox extends Widget{
attrs: {
...newAttrs,
styling: {
label: "Styling",
foregroundColor: {
label: "Foreground Color",
tool: Tools.COLOR_PICKER, // the tool to display, can be either HTML ELement or a constant string
@@ -128,6 +129,7 @@ export class RadioButton extends Widget{
attrs: {
...newAttrs,
styling: {
label: "styling",
foregroundColor: {
label: "Foreground Color",
tool: Tools.COLOR_PICKER, // the tool to display, can be either HTML ELement or a constant string