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');
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.