Shoelace Package

Package for Toddle.dev
Subscribe to updates
© 2025 Shoelace Package
Apr 03, 2024

Now you can add a custom ID attribute to the dialog or drawer component. With this, you can open or hide different dialogs/drawers from any workflow using custom actions:

Drawer: openDrawerById and hideDrawerById

Dialog: openDialogById and hideDialogById

Mar 28, 2024

Added class attribute to checkbox component for additional styling or applying methods.

Mar 21, 2024

There was a small bug when a user does not provide a close button, causing an error in the function. The close button is optional, so now this is fixed with the updated function.