@fluid-topics/ft-tooltip

@fluid-topics/ft-tooltip JS library on npm Download @fluid-topics/ft-tooltip JS library

A simple tooltip component

Version 1.2.26 License ISC
@fluid-topics/ft-tooltip has no homepage
@fluid-topics/ft-tooltip JS library on GitHub
@fluid-topics/ft-tooltip JS library on npm
Download @fluid-topics/ft-tooltip JS library
Keywords
Lit
INSTALL
Type:
Version:
No default JS file set by the package author so the URL is guessed. You can always browse all package files to use another one.

A tooltip component.

Install

npm install @fluid-topics/ft-tooltip
yarn add @fluid-topics/ft-tooltip

Usage

import { html } from "lit"
import "@fluid-topics/ft-tooltip"

function render() {
    return html` <ft-tooltip text="info!"><span>my text tooltiped</span></ft-tooltip> `
}