Skip to content

react-bootstrap/react-overlays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5595ec · Mar 17, 2023
Feb 2, 2021
Mar 15, 2021
Sep 16, 2022
Jun 2, 2022
Sep 12, 2022
Apr 17, 2020
Mar 15, 2021
Aug 25, 2019
Dec 19, 2018
Dec 19, 2018
Sep 16, 2022
Jul 29, 2015
Mar 17, 2023
Jun 10, 2017
Mar 15, 2021
Sep 16, 2022
Nov 22, 2019
Apr 20, 2020
Sep 16, 2022

Repository files navigation

HEADS UP! this repo is deprecated and not receiving any more updates.

Don't worry though, that's because it's been succeeded by https://github.com/react-restart/ui which is built off of react-overlays by the same team.

react-overlays

CI status Deploy docs status Codecov Netlify Status

Utilities for creating robust overlay components.

Documentation

https://react-bootstrap.github.io/react-overlays

Installation

npm install --save react-overlays

Notes

All of these utilities have been abstracted out of React-Bootstrap in order to provide better access to the generic implementations of these commonly-needed components. The included components are building blocks for creating more polished components. Everything is bring-your-own-styles, CSS or otherwise.

If you are looking for more complete overlays, modals, or tooltips – something you can use out-of-the-box – check out React-Bootstrap, which is built using these components.