1.3.0 • Published 5 years ago

react-artsy-modal v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

artsy! 🎨 modal. 💢

This is a very simple React component that generates a cute little modal with given input text. It's very much a work in progress and open to issues and suggestions.

Development

To develop and add your own cool features, simply clone this repo like so:

git clone https://github.com/dustinnewman98/artsy-modal.git

This will create a folder called "artsy-modal" in whatever directory you were in when you cloned (the "working directory" in CS terminology).

artsy! modal. uses webpack to compile the example, so to run simply run:

npm run build

And open the HTML file in your browser! Happy devving!