3.0.1 β’ Published 8 months ago
react-simtip v3.0.1
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
10 months ago
2.2.0
10 months ago
2.1.1
10 months ago
2.2.3
10 months ago
2.2.2
10 months ago
2.2.4
9 months ago
3.0.1
8 months ago
3.0.0
8 months ago
2.1.0
2 years ago
2.0.3
2 years ago
2.0.5
2 years ago
2.0.4
2 years ago
2.0.6
2 years ago
2.0.2
2 years ago
2.0.1
2 years ago
2.0.0
2 years 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