Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/form-rating/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Form Rating

> BootstrapVue's custom range component, `<b-form-rating>`, is for entering or displaying a rating
> value. The component is fully WAI-ARIA accessible and supports keyboard control.
> BootstrapVue's custom star rating component, `<b-form-rating>`, is for entering or displaying a
> rating value. The component is fully WAI-ARIA accessible and supports keyboard control.

## Overview

Expand Down
2 changes: 1 addition & 1 deletion src/components/form-rating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Form Rating",
"version": "2.12.0",
"new": true,
"description": "BootstrapVue custom ratings form control or ratings display",
"description": "BootstrapVue custom star rating form control for ratings entry or aggregated display",
"components": [
{
"component": "BFormRating",
Expand Down