# Rating
[component-header:sl-rating]
Ratings give users a way to quickly view and provide feedback.
```html preview
```
## Examples
### Maximum Value
Ratings are 0-5 by default. To change the maximum possible value, use the `max` attribute.
```html preview
```
### Precision
Use the `precision` attribute to let users select fractional ratings.
```html preview
```
## Symbol Sizes
Set the `--symbol-size` custom property to adjust the size.
```html preview
```
### Readonly
Use the `readonly` attribute to display a rating that users can't change.
```html preview
```
### Disabled
Use the `disable` attribute to disable the rating.
```html preview
```
### Custom Icons
```html preview
```
### Value-based Icons
```html preview
```
[component-metadata:sl-rating]