Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 553 Bytes

Svelte Material UI - Tooltip

Tooltips display informative content when a user hovers over or interacts with an element.

Installation

npm install --save-dev @smui/tooltip

Examples and Usage Information

https://sveltematerialui.com/demo/tooltip

More Information

See Tooltips in the Material design spec.

See Tooltip in MDC-Web for information about the upstream library's architecture.