Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/subzane/modalwindow-reactjs
- Owner: SubZane
- License: mit
- Created: 2020-03-31T20:02:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T10:58:49.000Z (over 1 year ago)
- Last Synced: 2024-11-20T12:13:36.336Z (about 2 months ago)
- Topics: component, javascript, modal-window, react, reactjs, styled-components, typescript
- Language: TypeScript
- Homepage: https://subzane.github.io/modalwindow-reactjs/
- Size: 3.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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