3.0.1 • Published 1 year ago

@jouwomgeving/ui-tooltip v3.0.1

Weekly downloads
1
License
UNLICENSED
Repository
bitbucket
Last release
1 year ago

Tooltip

$ npm install @jouwomgeving/ui-tooltip

Usage

import Tooltip from '@jouwomgeving/ui-tooltip';

function Component() {
  return (
    <Tooltip
      content="Content of the tooltip"
      orientation="top-center"
    >
      <span>Hello world!</span>
    </Tooltip>
  );
}

export default Component;

About

A component that ads a tooltip to the child element.

Properties

PropValuesDefaultRequired
childrenReactElementtrue
contentstringfalse
orientationstringtop-centerfalse
3.0.1

1 year ago

3.0.0

1 year ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.7

5 years ago

1.1.6

6 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.3-beta

9 years ago