Skip to content

SilasRodrigues19/isLoading

Repository files navigation

Stargazers Forks Issues MIT Licence


Logo

Modal Loader

A simple modal for loading.
View Demo


Translations

Portuguese (pt-BR)


Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact

About The Project

Preview

Preview

This project is a simple modal to be used when loading screens or functions

You can use isLoading(true) to start the modal with a spinner inside and use isLoading(false) in your logic to close after loading whatever you want.

isLoading(true)
// open modal loader
isLoading()
or
isLoading(false)
// close modal loader

Built With

Technologies used in the project.

Libraries

Font Script

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This work is licensed under a MIT License. See LICENSE for more information

Contact

Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com

Project Link: https://github.com/SilasRodrigues19/isLoading



🔼 Back to top