Socket
Book a DemoInstallSign in
Socket

bulma.styl-tooltip

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulma.styl-tooltip

Tooltip extension for Bulma.styl

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

bulma.styl-tooltip

This is a fork for the Bulma extension to display tooltip on desktop layout for implementation into Bulma.styl.

You can easily decide on which side tooltip will be displayed: top, right, bottom or left.

Preview

Tooltip extension

Usage

<div class="columns text-center">
  <div class="column">
    <button class="button is-primary tooltip" data-tooltip="Tooltip Text">top tooltip</button>
  </div>
  <div class="column">
    <button class="button is-primary tooltip tooltip-right" data-tooltip="Tooltip Text">right tooltip</button>
  </div>
  <div class="column">
    <button class="button is-primary tooltip tooltip-bottom" data-tooltip="Tooltip Text">bottom tooltip</button>
  </div>
  <div class="column">
    <button class="button is-primary tooltip tooltip-left" data-tooltip="Tooltip Text">left tooltip</button>
  </div>
</div>

Keywords

css

FAQs

Package last updated on 25 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts