Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subzane/modalwindow-reactjs

modalwindow-reactjs is a Modal Window component written ReactJS with TypeScript and Styled Components.
https://github.com/subzane/modalwindow-reactjs

component javascript modal-window react reactjs styled-components typescript

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        


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`](http://localhost:3000) in your browser.

## Requirements

Requires Node 12+ to run