modalwindow-reactjs is a Modal Window component written ReactJS with TypeScript and Styled Components.
A demo can be found here: Demo
yarn add modalwindow-reactjs
# or via npm
npm install modalwindow-reactjs --save
There is a small theme settings file located in /src/Components/theme.tsx
where you can change colors and such.
Install dependencies and start the development server
yarn install
yarn start
Open localhost:3000
in your browser.
Requires Node 12+ to run