Wrapper Component
The generic wrapper component used to wrapper form components.
Wrapper Input, Customization Blocks
Example:
TallStackUi::customize() ->wrapper('input') ->block('block', 'classes');
Wrapper Radio, Customization Blocks
Example:
TallStackUi::customize() ->wrapper('radio') ->block('block', 'classes');
TallStackUI has several components that were created for internal use only. This documentation serves only to reflect the customizable blocks of these components so that you can customize them using soft or deep customization.