Skip to content

modalwindow-reactjs is a Modal Window component written ReactJS with TypeScript and Styled Components.

License

Notifications You must be signed in to change notification settings

SubZane/modalwindow-reactjs

Repository files navigation

modalwindow-reactjs

GitHub Workflow Status

Description

modalwindow-reactjs is a Modal Window component written ReactJS with TypeScript and Styled Components.

Demo

A demo can be found here: Demo

Installation

yarn add modalwindow-reactjs
# or via npm
npm install modalwindow-reactjs --save

Theme Options

There is a small theme settings file located in /src/Components/theme.tsx where you can change colors and such.

Local development and usage

Install dependencies and start the development server

yarn install
yarn start

Open localhost:3000 in your browser.

Requirements

Requires Node 12+ to run