[Frontend] Markup for info bubble

WTD-1054
Temp object to allow work on markup for info bubble
This commit is contained in:
Charles Hacskaylo 2015-04-28 16:08:33 -07:00
parent 57c5b30177
commit ec2d5892a5
3 changed files with 28 additions and 0 deletions

View File

@ -6,11 +6,13 @@
"platform/commonUI/browse",
"platform/commonUI/edit",
"platform/commonUI/dialog",
"platform/commonUI/inspect",
"platform/commonUI/general",
"platform/containment",
"platform/telemetry",
"platform/features/layout",
"platform/features/pages",
"platform/features/plot",
"platform/features/scrolling",
"platform/forms",

View File

@ -0,0 +1,21 @@
{
"extensions": {
"types": [
{
"key": "infobubble",
"name": "Info Bubble",
"glyph": "\u00EA",
"description": "Static markup for info bubbles",
"features": [ "creation" ]
}
],
"views": [
{
"templateUrl": "infobubble.html",
"name": "Info Bubble",
"type": "infobubble",
"key": "infobubble"
}
]
}
}

View File

@ -0,0 +1,5 @@
<div class="t-infobubble l-infobubble-wrapper">
<div class="l-infobubble">
Info Bubble, and it works!
</div>
</div>