0.5.8 • Published 3 years ago

@gladio/overlays v0.5.8

Weekly downloads
33
License
MIT
Repository
github
Last release
3 years ago

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>
  )
}
0.5.8

3 years ago

0.5.7

3 years ago

0.5.6

3 years ago

0.5.3

3 years ago

0.5.5

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.3.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago