Coder Social home page Coder Social logo

tooltip-ui's Introduction

Tooltip UI

Pure CSS/SCSS Tooltip Library. easy to use, clean design & No need for JS at all!

Demo

Installation

Manually:

Download tooltip.css from this repo and add it to your code. e.g.

<link rel="stylesheet" href="style/tooltip.css">

Define a tooltip data-text to your element and let the style. in the data-text content Write what you want to appear in the Tooltip. in the span area Write some text When you go hove on it with the cursor, the Tooltip will show.

To change different text and background color to Tooltip you can simply set as follows:

[data-text][data-text-top]::before {
         background: ...;
         color: ...;
     }
<div><span data-text="..." data-text-top>...</span></div>

Tooltip data-text specific style:

Top Center:
<div><span data-text="..." data-text-top>...</span></div>

Top Right:
<div><span data-text="..." data-text-top="right">...</span></div>

Top Left:
<div><span data-text="..." data-text-top="left">...</span></div>

Bottom Center:
<div><span data-text="..." data-text-bottom>...</span></div>

Bottom Right:
<div><span data-text="..." data-text-bottom="right">...</span></div>

Bottom Left:
<div><span data-text="..." data-text-bottom="left">...</span></div>

Right Center:
<div><span data-text="..." data-text-right>...</span></div>

Right Top:
<div><span data-text="..." data-text-right="top">...</span></div>

Right Bottom:
<div><span data-text="..." data-text-right="bottom">...</span></div>

Left Center:
<div><span data-text="..." data-text-left>...</span></div>

Left Top:
<div><span data-text="..." data-text-left="top">...</span></div>

Left Bottom:
<div><span data-text="..." data-text-left="bottom">...</span></div>

Credit

Made with love by Elnatan Nitzan

tooltip-ui's People

Contributors

elnatanitzan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hcurnor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.