@gladio/overlays
TypeScript icon, indicating that this package has built-in type declarations

0.5.8 • Public • Published

Overlays components (Tooltips/Popover)

Use it to show more information about a UI element

Installation

yarn add @gladio/overlays

Usage

// import the Tooltip component
import { Tooltip } from "@gladio/overlays"

const MyComponent = () => {
  return (
    <Tooltip content="10 Notifications" position="botton">
      <span>10</span>
    </Tooltip>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @gladio/overlays

Weekly Downloads

17

Version

0.5.8

License

MIT

Unpacked Size

93.4 kB

Total Files

26

Last publish

Collaborators

  • sudkumar