### Tooltip HTML Examples Source: https://context7.com/materializecss/materialize/llms.txt Provides HTML examples for Materialize Tooltips, showcasing different positions and trigger elements. ```html Hover me Left tooltip text ``` -------------------------------- ### Installation Source: https://context7.com/materializecss/materialize/llms.txt Instructions on how to install Materialize CSS via npm, CDN, or as an ES Module. ```APIDOC ## Installation ### Install Materialize via npm ```bash npm install @materializecss/materialize ``` ### Include via CDN ```html ``` ### Import as ES Module ```javascript import { AutoInit, Modal, Dropdown, Tabs, Carousel, Collapsible, Toast, Tooltip, Sidenav, Datepicker, Autocomplete, Chips, Parallax } from '@materializecss/materialize'; ``` ``` -------------------------------- ### Install Materialize via npm Source: https://context7.com/materializecss/materialize/llms.txt Install the Materialize CSS framework using npm. This is the recommended method for project integration. ```bash npm install @materializecss/materialize ``` -------------------------------- ### Install Materialize via npm Source: https://github.com/materializecss/materialize/blob/main/README.md Install the Materialize CSS framework using npm. Use the '@next' tag for the beta version. ```bash npm install @materializecss/materialize ``` ```bash npm install @materializecss/materialize@next ``` -------------------------------- ### Run Materialize Demo Source: https://github.com/materializecss/materialize/blob/main/README.md For quick testing and development, install the 'live-server' node package globally and run the demo command. ```bash npm run demo ``` -------------------------------- ### Basic Chip Examples Source: https://github.com/materializecss/materialize/blob/main/components/chip/readme.md These examples demonstrate the basic structure of Materialize CSS chips, including chips with images for contacts, simple text tags, and chips with both icons and close buttons. ```html
Jane Doe
Jane Doe