1.0.1 • Published 4 years ago

modalwindow-reactjs v1.0.1

Weekly downloads
3
License
MIT*
Repository
github
Last release
4 years ago

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 10+ to run