Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).