Signature
Signature component.
Signature, Personalization Blocks
Example:
TallStackUi::personalize() ->signature() ->block('block', 'classes');
Many modern applications need to capture a user's signature, and the signature component is ideal for this. The signature component capturing and exporting signatures. The signature will be a base64 that you can display as an image or store in your database.
You should use it inside Livewire components with wire:model
to some property as a string.