Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gribouille/elm-spinner
ELM Spinner component
https://github.com/gribouille/elm-spinner
component elm javascript spinner webcomponent
Last synced: 6 days ago
JSON representation
ELM Spinner component
- Host: GitHub
- URL: https://github.com/gribouille/elm-spinner
- Owner: gribouille
- License: mpl-2.0
- Created: 2020-10-21T10:42:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T09:56:26.000Z (about 4 years ago)
- Last Synced: 2024-10-10T20:41:04.355Z (27 days ago)
- Topics: component, elm, javascript, spinner, webcomponent
- Language: SCSS
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-spinner
ELM Spinner component.
## Example
```elm
view : Html msg
view =
Spinner.view
```## Development
Execute the example:
```
> cd examples
> npm run dev
```open `http://0.0.0.0:3000`.
## License
This project is licensed under [Mozilla Public License Version 2.0](./LICENSE).