0.5.8 • Published 4 years ago

@gladio/overlays v0.5.8

Weekly downloads
33
License
MIT
Repository
github
Last release
4 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

4 years ago

0.5.7

4 years ago

0.5.6

4 years ago

0.5.3

4 years ago

0.5.5

4 years ago

0.5.2

4 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.3.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago