Skip to content

CSS: tooltip

.instui-tooltip — He pahū āwhina (tooltip) CSS e puta ana i te hover me te focus, ā, ka taea te whakatū ki tetahi taha.

He CSS maori te hurihuri (:hover/:focus-within), nō reira ka tae te pahū ki ngā kaiwhakamahi papapātuhi mā te kaiwhakatāonga ka taea te aro anake; kāore ia e taea te whakakore, ā, kāore e whakaohoa mā te pāwhiri, he rereke i popover.

Source: tooltip.css

TIP

Whakawhānui JS — Ka tahuri te CSS o tēnei waahanga, ā, ka mahi anō ia i tōna ake; whakakotahitia ki @pantoken/interactions kia tāpiri i te whanonga tuitui. Tirohia te tāblata whakarerekētanga kei raro.

Wātea mō te katoa

Arahina te kaiwhakatāonga ki te pahū mā te aria-describedby, ā, hoatu ki te pahū te role="tooltip".

Ngā Whakamahi

css
@import "@pantoken/components/components.css";
@import "@pantoken/components/tooltip.css";

Ngā tauira

html
<span class="instui-tooltip" aria-describedby="tt-1">
  <span class="instui-icon -icon-info"></span>
  <span class="tip" id="tt-1" role="tooltip">Default placement is top</span>
</span>

Hanganga

text
.instui-tooltip
  [class*="-icon-"] (0..1)
  .tip
flowchart TD n0[".instui-tooltip"]:::cssdoc-root n1("[class*=&quot;-icon-&quot;]"):::cssdoc-part n2(".tip"):::cssdoc-part n0 -.->|0..1| n1 n0 --> n2 classDef cssdoc-root stroke-width:1px; classDef cssdoc-part stroke-width:1px; classDef cssdoc-slot stroke-width:1px; classDef cssdoc-component stroke-width:1px;

Ngā Kaitī

KaiwhakatikatikaWhakamārama
.-icon-*Whakaatuhia he tohu glyph kaiwhakatāonga i te taha o te pahū tooltip.

Wāhanga

WāhangaWhakamārama
.tipTe pahū; ko -placement-* e tautuhi ana i tōna taha.

Ngā tohu i whakamahia

TokenMomoUara
--instui-border-radius-sm<length>0.25rem
--instui-color-background-inverse<color>LightDarklight-dark(#334450, #F2F4F5)
--instui-color-text-inverse<color>LightDarklight-dark(#ffffff, #1C222B)
--instui-component-tooltip-font-family[ <font-family-name> | <generic-font-family> ]#Atkinson Hyperlegible Next, "Helvetica Neue", Helvetica, Arial, sans-serif
--instui-component-tooltip-font-size<length>0.875rem
--instui-component-tooltip-font-weight<integer>400
--instui-component-tooltip-padding<length>0.75rem
--instui-spacing-space-xs<length>0.25rem

Hono

  • popover — He mata herea, nui ake, e whakaohoa mā te pāwhiri.
  • context-view — He mata herea e whai pānga ana me tētahi pou (pointer).