Replace `react-tooltip` component with the `Tooltip` component from `@livepeer/design-system`
Open
@danielapassos is already working on this.
Since Oct 20, 2022.
- #1433 by @danielapassos — closed without merging
type: tech debt
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
The dashboard currently uses [`react-tooltip`](https://www.npmjs.com/package/react-tooltip) for tooltips. Our design system has a tooltip component that we should be using in its place.
Usage example:
```js
import { Tooltip } from '@livepeer/design-system'
This has a tooltip
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.