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

https://github.com/aaronshaf/shaf-star-rating

Keyboard-accessible star rating element. Upgrades input element.
https://github.com/aaronshaf/shaf-star-rating

custom-elements range web-components

Last synced: 10 months ago
JSON representation

Keyboard-accessible star rating element. Upgrades input element.

Awesome Lists containing this project

README

          

## It's easy peasy

Keyboard accessible. Check out the [demo](https://aaronshaf.github.io/shaf-star-rating/). Works in IE11, Edge, Chrome, Firefox, and Safari.

```html

```

```html

```

### Usage

```html

```

### Benefits

Because this wraps an existing ``:

* It is form-friendly.
* It doesn't mess with your event handlers.

## See also

* [shaf-button](https://github.com/aaronshaf/shaf-button)
* [shaf-chart](https://github.com/aaronshaf/shaf-chart)
* [shaf-toggle](https://github.com/aaronshaf/shaf-toggle)
* [shaf-unified-diff](https://github.com/aaronshaf/shaf-unified-diff)
* [shaf-timeago](https://github.com/aaronshaf/shaf-timeago)