- Fork and clone the project.
- Create your spinner:
YourSpinner.razor
component in the components folder. - Add the corresponding style sheet
YourSpinner.razor.css
. - Add your spinner to the demo pages (blazor web assembly and blazor server) in
test/BlazorAppTest/Pages/Index.razor
, andtest/BlazorServerAppTest/Pages/Index.razor
. - Add your spinner to the list of spinners table in the README file.
- Share with the community by submitting a PR.
- Fork and clone the project.
- Update the code or add your features.
- Run the project to see that your update is working correctly.
- Update the parameters in the spinners table if needs in the README file.
- Share with the community by submitting a PR.