Wrapper Component
The generic wrapper component used to wrapper form components.
Wrapper Input, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->wrapper('input') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
Wrapper Radio, Personalization Blocks
This content is part of TallStackUI personalization.
Example:
TallStackUi::personalize() ->wrapper('radio') ->block('block', 'classes');
The soft personalization should be done in boot
method of service providers.
TallStackUI has several components that were created for internal use only. This documentation serves only to reflect the personalizable blocks of these components so that you can customize them using soft or deep personalization.