3.0.1 β€’ Published 6 months ago

react-simtip v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

typescript npm npm bundle size install size npm downloads

react-simtip

A simple tooltip component for React.

Features

  • ⚑️ Lightweight (less than 2.3kb gzipped).
  • πŸ“¦ No dependencies.
  • 🌳 Tree-shakeable
  • πŸ“ Written in TypeScript.
  • πŸ“– Easy to use.
  • 🎨 Highly customizable.
  • πŸ“š Storybook.

Storybook

You can see the component in action and docs in the Storybook.

Installation

npm install react-simtip

or

yarn add react-simtip

Usage

import React from "react";
import { Tooltip } from "react-simtip";

const App = () => {
  return (
    <Tooltip content="Hello World!">
      <button>Hover me!</button>
    </Tooltip>
  );
};

export default App;

License

The MIT License. See LICENSE for more information.

Author

2.2.1

8 months ago

2.2.0

8 months ago

2.1.1

8 months ago

2.2.3

8 months ago

2.2.2

8 months ago

2.2.4

7 months ago

3.0.1

6 months ago

3.0.0

6 months ago

2.1.0

1 year ago

2.0.3

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.6

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago