Wrapper Component
The generic wrapper component used to wrapper form components.
Wrapper Input, Personalization Blocks
Example:
TallStackUi::personalize() ->wrapper('input') ->block('block', 'classes');
Wrapper Radio, Personalization Blocks
Example:
TallStackUi::personalize() ->wrapper('radio') ->block('block', 'classes');
WARNING!
You are browsing the docs for an old version of TallStackUI. Consider upgrade your project to TallStackUI v3.
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.