Tooltip Sizes

Small tooltip
Default size tooltip
Large tooltip with more content

Custom Width Examples

This is a large tooltip with extended width (400px max) that can contain more detailed information, code examples, or longer explanations without becoming too cramped.
Custom Width Example

This tooltip demonstrates a custom max-width of 600px for cases where you need to display even more content, such as detailed API documentation or complex code examples:

// Example: Button with all modifiers
<button class="pm7-button pm7-button--primary
               pm7-button--lg pm7-button--full">
  Click Me
</button>