-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1981e3f
commit 676a14d
Showing
14 changed files
with
95 additions
and
68 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en" xml:lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="chrome=1"><meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"><meta name="description" content="Language files for formeo drag and drop form editor"><meta name="theme-color" content="#232323"><title></title><script type="module" crossorigin src="/tooltip/demo.min.js"></script><link rel="stylesheet" crossorigin href="/tooltip/assets/style-Db7VC2rs.css"></head><body><div class="container"><button class="tooltip-trigger" data-tooltip="<strong>Hello!</strong><br>This is a tooltip with <em>HTML</em> content.">Hover me (center)</button> <button class="tooltip-trigger" style="align-self:flex-start" data-tooltip="This tooltip will adjust its position when near the top">Hover me (top)</button> <button class="tooltip-trigger" style="align-self:flex-end" data-tooltip="This tooltip will only show on click" data-tooltip-type="click">Click Me</button> <button class="tooltip-trigger" style="align-self:flex-end" data-tooltip="This tooltip will adjust when near the bottom">Hover me (bottom)</button></div></body></html> | ||
<!doctype html><html lang="en" xml:lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="chrome=1"><meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"><meta name="description" content="Pure JS, zero dependency tooltip"><meta name="theme-color" content="#232323"><title>Tooltip</title><script type="module" crossorigin src="/tooltip/demo.min.js"></script><link rel="stylesheet" crossorigin href="/tooltip/assets/style-B5PVp83N.css"></head><body><div class="container"><button data-tooltip="<strong>Hello!</strong><br>This is a tooltip with <em>HTML</em> content.">Hover me (center)</button> <button style="align-self:flex-start" data-tooltip="This tooltip will adjust its position when near the top">Hover me (top)</button> <button style="align-self:flex-end" data-tooltip="This tooltip will only show on click" data-tooltip-type="click">Click Me</button> <button style="align-self:flex-end" data-tooltip="This tooltip will adjust when near the bottom">Hover me (bottom)</button></div></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.