Skip to main content
VelinStyle v1.3.0
⌂ Home
  1. Docs
  2. Components
  3. Forms & inputs
  4. Rating

Rating 1.2.2

The <velin-rating> component renders an accessible star rating as a radiogroup. Use the value attribute for the current score. Added in 0.7.5. Deutsch: Bewertung

Maturity: Documented as stable in VelinStyle 1.2.0. Design Intelligence (plan / review / agent meta) is separate and beta / foundation where noted.

When to use

When not

Example

<velin-rating value="4" aria-label="Rating"></velin-rating>

Import

Load the bundle once, then use the custom element in your markup:

<script type="module" src="../../dist/velinstyle-components.min.js"></script>
<velin-rating>…</velin-rating>

Accessibility