0.0.1 • Published 6 years ago

@midudev/wc-spinning-progress v0.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

spinning-progress-indicator-eleement

A simple spinning loading web component based on macOS one

Installation

npm install -y

Usage

<spinning-progress></spinning-progress>
<spinning-progress size='large'></spinning-progress>

<spinning-progress color='black'></spinning-progress>
<spinning-progress color='black' size='large'></spinning-progress>

<spinning-progress color='white'></spinning-progress>
<spinning-progress color='white' size='large'></spinning-progress>

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D