1.5.0 • Published 1 year ago

@ulgaal/react-infotip v1.5.0

Weekly downloads
36
License
Apache-2.0
Repository
github
Last release
1 year ago

npm (scoped) GitHub

React tooltip and sticky-note library

  • easy-to-use, one-line basic usage
  • stylable and configurable tip-wrapper components
  • overridable tip-wrapper components
  • precise tip placement and position adjustment
  • pinnable, draggable sticky-notes

Check our storybook for lots of interactive examples and documentation !

Table of Contents

Installing

npm install @ulgaal/react-infotip

# or if you use yarn

yarn add @ulgaal/react-infotip

Usage

// ES6
import { Source } from "@ulgaal/react-infotip";

const MyComponent = () => (
  <div>
    Hover over <Source tip="Here is the tip">these words</Source> to get a tip
  </div>
);

Documentation

Demo and samples

Be sure to check the storybook as it contains many samples, complete with source-code, documentation and interactive panels to tweak all possible aspects of tooltips and sticky-notes.

Contributing

This guide provides info on various ways you can contribute to this project.

1.5.0

1 year ago

1.4.1

2 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago