React Overlays
react-overlays
Utilities for creating robust overlay components
Component Libraries
react-overlays
react-component
react
overlay
tooltip
bootstrap
popover
modal
Component Libraries
javascript
Stars
423
Weekly
1.8M
Open issues
5
Bundle
~25 kB
Installation
npm install react-overlaysCode example
import { Button } from "react-overlays";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by Jason Quense
- 1.8M weekly downloads. Battle tested
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 5 open issues on GitHub