lukehaas / css-loaders

A collection of loading spinners animated with CSS
MIT License
7.05k stars 1.04k forks source link

How can I contribute to the project. #37

Open saviomartin opened 3 years ago

saviomartin commented 3 years ago

I loved this project and I think I should also contribute to this project.

But I am having trouble in that, I got where to add the loader's CSS that is in the sass folder, css folder and less folder. But I can't find where to add the loader's HTML. 😓

Please help me to contribute to this project or better you can add a CONTRIBUTING.md file.

That makes sense. Hope it heps. :+1:

deepeshrohilla commented 3 years ago

Just After the opening of the body tag add your loader HTML tags

lukehaas commented 3 years ago

Thanks @saviomartin, this repository just contains the source of the loading spinners without any demo code. If you're creating your own loading spinner, I'd suggest just creating an html file and pulling in the css from the css folder.