Mar 30, 2024
Mar 30, 2024
Added class attribute to checkbox component for additional styling or applying methods.
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.
Added new components tree and tree-item. Also included a short demo video.
Added new Component: split-panel with a short demo video on how it works.
A new attribute 'multiple' has been added to the Select component. Setting it to boolean True enables the selection of multiple options instead of just one.