Svelte Material UI - Touch Target
A touch target is the area that extends beyond the visible boundary of an interactive element that still responds to touch inputs. According to the Material Design spec, touch targets should be no less than 48px x 48px in size. SMUI provides a touch
prop on the following components that will increased their touch target.
- Button
- Chips
- Checkbox
- Radio
- Mini FAB
- Segmented Button
This component provides a wrapper to ensure that collapsing margins don't cause touch targets to overlap.
Installation
npm install --save-dev @smui/touch-target
Examples and Usage Information
https://sveltematerialui.com/demo/touch-target
Exports
(default)
A fragment used as a touch target wrapper.
Equivalent to the ClassAdder
with Div
common component.
More Information
See Layout and typography in the Material design spec.
See Touch Target in MDC-Web for information about the upstream library's architecture.