Socket
Book a DemoInstallSign in
Socket

@smui/touch-target

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smui/touch-target

Svelte Material UI - Touch Target

latest
Source
npmnpm
Version
8.0.3
Version published
Maintainers
1
Created
Source

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.

Keywords

svelte

FAQs

Package last updated on 13 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts